Add wheel support

fix_request_path_info
Diederik van der Boor 2014-10-14 16:30:18 +02:00
parent c9e232a79b
commit 2582613b77
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@
.idea/workspace.xml .idea/workspace.xml
.tox/ .tox/
.DS_Store .DS_Store
build/
dist/ dist/
docs/_build/ docs/_build/
htmlcov/ htmlcov/

3
setup.cfg 100644
View File

@ -0,0 +1,3 @@
[wheel]
# create "py2.py3-none-any.whl" package
universal = 1