We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcdbca commit 9990b52Copy full SHA for 9990b52
setup.py
@@ -1,4 +1,4 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
import os
3
4
here = os.path.abspath(os.path.dirname(__file__))
@@ -16,7 +16,7 @@
16
url='https://github.com/ryanjdillon/pyotelem',
17
download_url='https://github.com/ryanjdillon/pyotelem/archive/0.1.tar.gz',
18
license='GPL-3.0+',
19
- packages=['pyotelem'],
+ packages=find_packages(),
20
install_requires=[
21
'gsw',
22
'pandas',
0 commit comments