Skip to content

Commit 9d22129

Browse files
committed
Bump version; Update description
1 parent 1b07319 commit 9d22129

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pythonized ComputerCraft API
1+
# Pythonized CC Tweaked (ComputerCraft) API
22

33
1. Enable localhost in mod server config
44

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def is_register_command(a):
99
return item in ('register', 'bdist_wheel')
1010
return False
1111

12+
1213
longdesc = None
1314
if is_register_command(argv[1:]):
1415
import os
@@ -18,7 +19,7 @@ def is_register_command(a):
1819

1920
setup(
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',

0 commit comments

Comments
 (0)