Skip to content

Commit

Permalink
prod preparing
Browse files Browse the repository at this point in the history
  • Loading branch information
saninstein committed Sep 21, 2020
1 parent b57c7da commit 54d4225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.1post1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages
from pip._internal.network.session import PipSession
from pip._internal.req import parse_requirements

Expand Down Expand Up @@ -29,6 +29,6 @@ def parse_reqs(path):
'Operating System :: OS Independent',
],
python_requires='>=3.6',
py_modules=['pytorchext'],
packages=find_packages(include=["pytorchext*"]),
install_requires=parse_reqs('requirements.txt'),
)

0 comments on commit 54d4225

Please sign in to comment.