We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cde0af commit ab8c09fCopy full SHA for ab8c09f
setup.py
@@ -2,10 +2,6 @@
2
3
#Minimal setup script
4
from setuptools import setup
5
-import shutil
6
-
7
-# This is an ugly UGLY hack that I'll get rid of sometime soon
8
-shutil.copy('projX/notebooks/Projection_Explorer.ipynb', 'doc/source/Projection_Explorer_Copy.ipynb')
9
10
setup(name='projX',
11
version='0.1.0',
0 commit comments