Skip to content

Commit

Permalink
Cut release 0.7.1.
Browse files Browse the repository at this point in the history
To fix missing data file.
  • Loading branch information
Auzzy committed Aug 2, 2020
1 parent 229ba31 commit 456a5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name='routes-18xx',
version='0.7',
version='0.7.1',
author="Austin Noto-Moniz",
author_email="mathfreak65@gmail.com",
description="Library for caluclating routes in 18xx train games.",
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://github.com/Auzzy/18xx-routes",
packages=find_packages(),
package_data={"routes18xx": ["data/1846/*", "data/1889/*"]},
package_data={"routes18xx": ["data/*", "data/*/*"]},
classifiers=[
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 456a5f4

Please sign in to comment.