Skip to content

Commit

Permalink
1.1.8 fixed assets not included on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Oct 19, 2022
1 parent ff4806e commit b4549f4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

setup(
name='factorioBlueprintAnalyser',
version='1.1.8',
version='1.1.9',
description="A python library analyse Factorio Blueprints and find bottlenecks.",
url="https://github.com/tomansion/factorio_blueprint_analyser_app/",
author="Tom Mansion",
license="MIT License",
install_requires=["termcolor==2.0.1", "PyYAML==5.4.1", "pyvis==0.3.0"],
packages=['factorio_blueprint_analyser']
package_data={
"factorio_blueprint_analyser": [
"assets/factorio_raw/factorio_raw_min.json"
]
},
packages=['factorio_blueprint_analyser'],
)

0 comments on commit b4549f4

Please sign in to comment.