We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7be6e commit 33c8450Copy full SHA for 33c8450
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
name = falcon
3
version = attr: falcon.__version__
4
-description = An unladen web framework for building APIs and app backends.
+description = The ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale.
5
long_description_content_type = text/x-rst
6
url = https://falconframework.org
7
author = Kurt Griffiths
@@ -74,7 +74,7 @@ console_scripts =
74
75
[egg_info]
76
# TODO replace
77
-tag_build = rc3
+tag_build =
78
79
[aliases]
80
test=pytest
0 commit comments