Skip to content

Commit

Permalink
Changed setup.py to include the database files in the installation #49
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Aug 21, 2023
1 parent b1eaa22 commit a26926d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@
"sqlalchemy==1.4.43",
"click==8.1.3"
],
zip_safe=False)
zip_safe=False,
package_data={
'refinegems': [
'/database/current_bigg_db_version.txt',
'/database/sbo_media_db.sql',
'/database/data.db'
]
})

0 comments on commit a26926d

Please sign in to comment.