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
2
2
3
3
1 . Enable localhost in mod server config
4
4
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ def is_register_command(a):
9
9
return item in ('register' , 'bdist_wheel' )
10
10
return False
11
11
12
+
12
13
longdesc = None
13
14
if is_register_command (argv [1 :]):
14
15
import os
@@ -18,7 +19,7 @@ def is_register_command(a):
18
19
19
20
setup (
20
21
name = 'computercraft' ,
21
- version = '0.1.1 ' ,
22
+ version = '0.2.0 ' ,
22
23
description = 'Pythonization of ComputerCraft Minecraft mod. Write Python instead Lua!' ,
23
24
long_description = longdesc ,
24
25
url = 'https://github.com/neumond/python-computer-craft' ,
@@ -29,8 +30,9 @@ def is_register_command(a):
29
30
'Development Status :: 3 - Alpha' ,
30
31
'Intended Audience :: Education' ,
31
32
'License :: OSI Approved :: MIT License' ,
32
- 'Programming Language :: Python :: 3.5' ,
33
33
'Programming Language :: Python :: 3.6' ,
34
+ 'Programming Language :: Python :: 3.7' ,
35
+ 'Programming Language :: Python :: 3.8' ,
34
36
'Topic :: Games/Entertainment' ,
35
37
],
36
38
keywords = 'computercraft minecraft' ,
You can’t perform that action at this time.
0 commit comments