Skip to content

Commit 3119665

Browse files
committed
prepare setup for pypi release
1 parent cf9a6e7 commit 3119665

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@
1616
version=version,
1717
author="Emil Zakirov",
1818
author_email="[email protected]",
19-
packages=find_packages(exclude=["test", "docs", "examples"]),
19+
packages=find_packages(exclude=["tests", "docs", "examples"]),
2020
url="https://github.com/bonlime/pytorch-tools",
2121
description="Tool box for PyTorch",
2222
long_description=readme,
23-
classifiers=["Programming Language :: Python :: 3.6",],
23+
long_description_content_type="text/markdown",
24+
classifiers=[
25+
"Programming Language :: Python :: 3.6",
26+
"Programming Language :: Python :: 3.7",
27+
],
2428
setup_requires=["setuptools_scm"],
2529
python_requires=">=3, <4",
2630
install_requires=requirements,

0 commit comments

Comments
 (0)