Skip to content

Commit 9a68720

Browse files
committed
Fixed packaging issue (pip package is missing key file)
1 parent 9e06644 commit 9a68720

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.9.2'
62+
version = '1.9.3'
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='quarry',
5-
version='1.9.2', # Also update doc/conf.py
5+
version='1.9.3', # Also update doc/conf.py
66
author='Barney Gale',
77
author_email='barney@barneygale.co.uk',
88
url='https://github.com/barneygale/quarry',
@@ -29,5 +29,7 @@
2929
],
3030
package_data={'quarry': [
3131
'data/packets/*.csv',
32-
'data/data_packs/*.nbt']},
32+
'data/data_packs/*.nbt',
33+
'data/keys/*',
34+
]},
3335
)

0 commit comments

Comments
 (0)