There was an error while loading. Please reload this page.
1 parent d251c0b commit 942f98dCopy full SHA for 942f98d
1 file changed
excel2flapjack/setup.py
@@ -8,7 +8,7 @@
8
maintainer_email='sasa6749@colorado.edu',
9
include_package_data=True,
10
description='upload excel resources to flapjack',
11
- packages=find_packages(include=['excel2sbol']),
+ packages=find_packages(include=['excel2flapjack']),
12
long_description=open('README.md').read(),
13
install_requires=['pyflapjack>=1.0.5',
14
'numpy>=1.21.2',
@@ -25,4 +25,4 @@
25
'kaleido>=0.2.1',
26
'openpyxl>=3.0.9'
27
],
28
- zip_safe=False)
+ zip_safe=False)
0 commit comments