Skip to content

Commit d4dc372

Browse files
committed
setup
1 parent 9f86c2d commit d4dc372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ def get_version():
5959
url='https://github.com/PyOSP-devs/PyOSP.git',
6060
long_description=LONG_DESCRIPTION,
6161
long_description_content_type="text/x-rst",
62-
packages=find_packages(),
62+
packages=['pyosp'],
6363
include_package_data=True,
64-
package_data={"pyosp": 'datasets/*'},
64+
package_data={"pyosp": ['./datasets/*']},
6565
python_requires='>=3.5',
6666
install_requires=install_reqs,
6767
tests_require=test_reqs,

0 commit comments

Comments
 (0)