Skip to content

Commit

Permalink
Fixed packaging issue (pip package is missing key file)
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Jun 19, 2022
1 parent 9e06644 commit 9a68720
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = '1.9.2'
version = '1.9.3'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='quarry',
version='1.9.2', # Also update doc/conf.py
version='1.9.3', # Also update doc/conf.py
author='Barney Gale',
author_email='barney@barneygale.co.uk',
url='https://github.com/barneygale/quarry',
Expand All @@ -29,5 +29,7 @@
],
package_data={'quarry': [
'data/packets/*.csv',
'data/data_packs/*.nbt']},
'data/data_packs/*.nbt',
'data/keys/*',
]},
)

0 comments on commit 9a68720

Please sign in to comment.