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 08797a7 commit 1533478Copy full SHA for 1533478
MANIFEST.in
@@ -0,0 +1,4 @@
1
+include LICENSE
2
+include README
3
+include make_thesis_plots.sh
4
+recursive-include data *
setup.py
@@ -15,6 +15,7 @@
15
url = metadata['url'],
16
packages = [package_name, '{}.ccsgp'.format(package_name),
17
'{}.examples'.format(package_name)],
18
+ include_package_data=True,
19
dependency_links = [
20
'http://sourceforge.net/projects/gnuplot-py/files/Gnuplot-py/1.8/gnuplot-py-1.8.tar.gz/download'
21
],
0 commit comments