File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # Pythonized ComputerCraft API
1+ # Pythonized CC Tweaked ( ComputerCraft) API
22
331 . Enable localhost in mod server config
44
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ def is_register_command(a):
99 return item in ('register' , 'bdist_wheel' )
1010 return False
1111
12+
1213longdesc = None
1314if is_register_command (argv [1 :]):
1415 import os
@@ -18,7 +19,7 @@ def is_register_command(a):
1819
1920setup (
2021 name = 'computercraft' ,
21- version = '0.1.1 ' ,
22+ version = '0.2.0 ' ,
2223 description = 'Pythonization of ComputerCraft Minecraft mod. Write Python instead Lua!' ,
2324 long_description = longdesc ,
2425 url = 'https://github.com/neumond/python-computer-craft' ,
@@ -29,8 +30,9 @@ def is_register_command(a):
2930 'Development Status :: 3 - Alpha' ,
3031 'Intended Audience :: Education' ,
3132 'License :: OSI Approved :: MIT License' ,
32- 'Programming Language :: Python :: 3.5' ,
3333 'Programming Language :: Python :: 3.6' ,
34+ 'Programming Language :: Python :: 3.7' ,
35+ 'Programming Language :: Python :: 3.8' ,
3436 'Topic :: Games/Entertainment' ,
3537 ],
3638 keywords = 'computercraft minecraft' ,
You can’t perform that action at this time.
0 commit comments