Skip to content

Commit

Permalink
project is not-zip-safe!
Browse files Browse the repository at this point in the history
  • Loading branch information
k-bu committed Aug 5, 2015
1 parent 88d3b55 commit 74ed143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
@@ -1,2 +1,5 @@
[bdist_wheel]
universal=1
universal = 1

[sdist]
formats = gztar
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -27,6 +27,7 @@
"PyRSS2Gen",
],
packages=["devpi_rss"],
zip_safe=False,
include_package_data=True,
entry_points={"devpi_server": ["devpi-rss=devpi_rss"]},
)

0 comments on commit 74ed143

Please sign in to comment.