Skip to content

Commit ab8c09f

Browse files
author
gph82
committed
[setup] got rid of ugly hack, going with @marscher' version
1 parent 6cde0af commit ab8c09f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
#Minimal setup script
44
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')
95

106
setup(name='projX',
117
version='0.1.0',

0 commit comments

Comments
 (0)