Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JMante1 authored Oct 4, 2022
1 parent d251c0b commit 942f98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions excel2flapjack/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
maintainer_email='[email protected]',
include_package_data=True,
description='upload excel resources to flapjack',
packages=find_packages(include=['excel2sbol']),
packages=find_packages(include=['excel2flapjack']),
long_description=open('README.md').read(),
install_requires=['pyflapjack>=1.0.5',
'numpy>=1.21.2',
Expand All @@ -25,4 +25,4 @@
'kaleido>=0.2.1',
'openpyxl>=3.0.9'
],
zip_safe=False)
zip_safe=False)

0 comments on commit 942f98d

Please sign in to comment.