Skip to content
Snippets Groups Projects
Commit 11b8280b authored by ojs1g14's avatar ojs1g14
Browse files

Update setup.py

parent 5cf751fb
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ setup(name='AmpScan', ...@@ -22,7 +22,7 @@ setup(name='AmpScan',
author_email='Joshua.Steer@soton.ac.uk', author_email='Joshua.Steer@soton.ac.uk',
license='MIT', license='MIT',
packages=['AmpScan',], packages=['AmpScan',],
install_requires=['numpy', 'pandas', 'matplotlib', 'scipy', 'sphinxcontrib-napoleon', 'vtk', 'PyQt5'], install_requires=['numpy', 'pandas', 'matplotlib', 'scipy', 'sphinxcontrib-napoleon', 'vtk', 'PyQt5', 'PyQt5.sip'],
package_data={'example_stl':' 01_PhantomShell_ICEM_3mm.stl'}, package_data={'example_stl':' 01_PhantomShell_ICEM_3mm.stl'},
include_package_data=True, include_package_data=True,
zip_safe=False) zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment