We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b203ad5 commit 28dca14Copy full SHA for 28dca14
MANIFEST.in
@@ -0,0 +1,6 @@
1
+include *.pkl
2
+include *.mplstyle
3
+include *.txt
4
+include docs/source/conf.py
5
+include docs/source/*.rst
6
+include docs/source/notebooks/*.ipynb
setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup
import pathlib as pl
-VERSION = '0.1.1'
+VERSION = '0.1.2'
DISTNAME = "gumbi"
DESCRIPTION = "Gaussian Process Model Building Interface"
7
AUTHOR = "John Goertz"
@@ -44,7 +44,6 @@
44
license=LICENSE,
45
python_requires='>=3.9',
46
packages=find_packages(),
47
- package_data={'': ['*.pkl', '*.mplstyle']},
48
include_package_data=True,
49
install_requires=install_reqs,
50
classifiers=classifiers,
0 commit comments