Skip to content

Commit a49a2f5

Browse files
committed
setup
1 parent d4dc372 commit a49a2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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=['pyosp'],
62+
packages=find_packages(),
6363
include_package_data=True,
6464
package_data={"pyosp": ['./datasets/*']},
6565
python_requires='>=3.5',

0 commit comments

Comments
 (0)