mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2025-12-30 10:49:46 -06:00
Pypi 0.0.3 release
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
[](https://github.com/jamesroberts/fastwsgi/actions/workflows/tests.yml)
|
||||
[](https://pypi.python.org/pypi/fastwsgi)
|
||||
[](https://lgtm.com/projects/g/jamesroberts/fastwsgi/context:cpp)
|
||||
[](https://lgtm.com/projects/g/jamesroberts/fastwsgi/context:python)
|
||||
|
||||
|
||||
4
setup.py
4
setup.py
@@ -17,7 +17,8 @@ with open("README.md", "r", encoding="utf-8") as read_me:
|
||||
|
||||
setup(
|
||||
name="fastwsgi",
|
||||
version="0.0.2",
|
||||
version="0.0.3",
|
||||
license="MIT",
|
||||
author="James Roberts",
|
||||
py_modules=["fastwsgi"],
|
||||
ext_modules=[module],
|
||||
@@ -28,6 +29,7 @@ setup(
|
||||
url="https://github.com/jamesroberts/fastwsgi",
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/jamesroberts/fastwsgi/issues",
|
||||
"Source": "https://github.com/jamesroberts/fastwsgi",
|
||||
},
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
||||
Reference in New Issue
Block a user