File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ From PyPi:
1313
1414From Repo:
1515
16- ``python -m pip install git+https://github.com/SpockBotMC /python-minecraft-data ``
16+ ``python -m pip install git+https://github.com/Spacebarium /python-minecraft-data ``
1717
1818Usage
1919-----
2020
21- See the `example.py <https://github.com/rom1504 /python-minecraft-data/blob/master/example.py >`__
21+ See the `example.py <https://github.com/Spacebarium /python-minecraft-data/blob/master/example.py >`__
2222
2323
2424Documentation
2525-------------
2626
27- - See `doc/api.md <https://github.com/rom1504 /python-minecraft-data/blob/master/doc/api.md >`__
28- - See `doc/history.md <https://github.com/rom1504 /python-minecraft-data/blob/master/doc/history.md >`__
27+ - See `doc/api.md <https://github.com/Spacebarium /python-minecraft-data/blob/master/doc/api.md >`__
28+ - See `doc/history.md <https://github.com/Spacebarium /python-minecraft-data/blob/master/doc/history.md >`__
2929
3030
3131.. |pypi | image :: https://img.shields.io/pypi/v/minecraft_data.svg
Original file line number Diff line number Diff line change 1+ ## 3.46.2
2+ * Update minecraft-data to 3.46.2
3+
14## 3.20.0
25 * Update minecraft-data to 3.20.0
36
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ def package_files(directory):
2020 description = 'Provide easy access to minecraft data in python' ,
2121 license = 'MIT' ,
2222 long_description = open ('README.rst' ).read (),
23- version = '3.20.0 ' ,
24- maintainer = 'Vito Gamberini ' ,
23+ version = '3.46.2 ' ,
24+ maintainer = 'Spacebarium ' ,
2525 maintainer_email = '[email protected] ' ,
26- url = 'https://github.com/SpockBotMC /python-minecraft-data' ,
26+ url = 'https://github.com/Spacebarium /python-minecraft-data' ,
2727 packages = find_packages (),
2828 package_data = {'minecraft_data' : extra_files },
2929 install_requires = [],
You can’t perform that action at this time.
0 commit comments