Skip to content

Commit

Permalink
prepare setup for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
zakajd committed May 7, 2020
1 parent cf9a6e7 commit 3119665
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@
version=version,
author="Emil Zakirov",
author_email="[email protected]",
packages=find_packages(exclude=["test", "docs", "examples"]),
packages=find_packages(exclude=["tests", "docs", "examples"]),
url="https://github.com/bonlime/pytorch-tools",
description="Tool box for PyTorch",
long_description=readme,
classifiers=["Programming Language :: Python :: 3.6",],
long_description_content_type="text/markdown",
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
setup_requires=["setuptools_scm"],
python_requires=">=3, <4",
install_requires=requirements,
Expand Down

0 comments on commit 3119665

Please sign in to comment.