Skip to content

Commit

Permalink
Merge pull request #1567 from zooba/update-wfastcgi
Browse files Browse the repository at this point in the history
Update wfastcgi on PyPI.
  • Loading branch information
zooba committed Aug 29, 2016
2 parents 28ade4f + 3e634fb commit 6fe29b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Python/Product/WFastCgi/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[wheel]
universal = True

[sdist]
formats=gztar
3 changes: 2 additions & 1 deletion Python/Product/WFastCgi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='wfastcgi',
version='2.2',
version='2.2.1',

description='An IIS-Python bridge based on WSGI and FastCGI.',
long_description=long_description,
Expand All @@ -27,6 +27,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: WSGI',
Expand Down

0 comments on commit 6fe29b2

Please sign in to comment.