Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Fix missing legacy_blocks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Aug 28, 2020
1 parent 2dc63f8 commit e6eb5e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include anvil/legacy_blocks.json
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='anvil-parser',
version='0.8.1',
version='0.8.2',
author='mat',
description='A Minecraft anvil file format parser',
long_description=long_description,
Expand All @@ -20,5 +20,6 @@
install_requires=[
'nbt',
'frozendict',
]
],
include_package_data=True
)

0 comments on commit e6eb5e9

Please sign in to comment.