Skip to content

Commit

Permalink
Change package name from 'minecraft' to 'pyCraft'
Browse files Browse the repository at this point in the history
* Use setuptools instead of distutils
* Fix package name
  • Loading branch information
raxod502 committed Aug 17, 2020
1 parent 51fa0bd commit 095191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):

URL = "https://github.com/ammaraskar/pyCraft"

setup(name="minecraft",
setup(name="pyCraft",
version=__version__,
description="Python MineCraft library",
long_description=read("README.rst"),
Expand Down

0 comments on commit 095191a

Please sign in to comment.