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 e9e8f19 commit 19e0d04Copy full SHA for 19e0d04
MANIFEST.in
@@ -0,0 +1,6 @@
1
+exclude .appveyor.yml
2
+exclude .gitignore
3
+exclude .travis.yml
4
+exclude Makefile
5
+exclude *.ipynb
6
+recursive-exclude ci/
setup.cfg
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal=1
+
[mypy]
ignore_missing_imports = True
setup.py
@@ -21,4 +21,7 @@
21
'Programming Language :: Python :: 3.6',
22
],
23
packages=find_packages(),
24
+ install_requires=[
25
+ 'pandas>=0.23.0',
26
+ ]
27
)
0 commit comments