Skip to content

Commit

Permalink
Try another approach to include database in installation #49 #85
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Aug 21, 2023
1 parent 6c776f4 commit 048135b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include LICENSE
include refinegems/database/current_bigg_db_version.txt
include refinegems/database/sbo_media_db.sql
include refinegems/database/data.db
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
readme = readme_file.read()

setup(name='refineGEMs',
version='1.2.2',
version='1.2.2-pre0',
description='refineGEMs: a python package intended to help with the curation of genome-scale metabolic models (GEMS)',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -37,6 +37,7 @@
"click==8.1.3"
],
zip_safe=False,
include_package_data=True,
package_data={
'refinegems': [
'/database/current_bigg_db_version.txt',
Expand Down

0 comments on commit 048135b

Please sign in to comment.