Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New Pypi release
  • Loading branch information
jamesroberts committed Dec 4, 2021
1 parent 2155776 commit d087c7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
@@ -1,7 +1,11 @@
include llhttp/include/*.h
include llhttp/src/*.c
include llhttp/src/*.h
include libuv/include/*/*.h
include libuv/src/*/*.c
include libuv/src/*/*.h
include fastwsgi/*.c
include fastwsgi/*.h
include LICENSE
include README.md
include README.md
include setup_libuv.py
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

setup(
name="fastwsgi",
version="0.0.1",
version="0.0.2",
author="James Roberts",
py_modules=["fastwsgi"],
ext_modules=[module],
Expand Down

0 comments on commit d087c7f

Please sign in to comment.