Skip to content

Commit

Permalink
Add wheel package as a setup requirement (#104)
Browse files Browse the repository at this point in the history
* Add wheel package as a setup requirement
* Fix MANIFEST.in filename
  • Loading branch information
cutwater authored Apr 22, 2020
1 parent ee64f01 commit 3b6923f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def run(self):
author_email="author@email.here",
url="http://example.com/",
python_requires=">=3.6",
setup_requires=['wheel'],
install_requires=requirements,
include_package_data=True,
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit 3b6923f

Please sign in to comment.