Skip to content

Commit 73e50a7

Browse files
author
XenGi
committed
setup.py updated
1 parent 2adc901 commit 73e50a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__copyright__ = "Copyright 2013, Ricardo Band"
1010
__credits__ = ["Ricardo Band"]
1111
__license__ = "MIT"
12-
__version__ = "0.0.1"
12+
__version__ = "0.1.0"
1313
__maintainer__ = "Ricardo Band"
1414
__email__ = "[email protected]"
1515
__status__ = "Development"
@@ -46,4 +46,5 @@ def read(fname):
4646
'Topic :: Software Development :: Libraries :: Python Modules'],
4747
platforms='',
4848
license=__license__,
49-
packages=['distutils', 'distutils.command'])
49+
packages=['pymlgame'],
50+
requires=['jsonrpclib-pelix'])

0 commit comments

Comments
 (0)