Update setup.
This commit is contained in:
Родитель
6a2bf369b2
Коммит
ca5c1d5d38
|
@ -1 +0,0 @@
|
|||
numpy
|
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ if not os.path.isfile(frotz_c_lib):
|
|||
|
||||
setup(name='jericho',
|
||||
version='1.1.4',
|
||||
install_requires=open('requirements.txt').readlines(),
|
||||
install_requires=['numpy'],
|
||||
description='A python interface to text-based adventure games.',
|
||||
author='Matthew Hausknecht',
|
||||
packages=['jericho'],
|
||||
|
|
Загрузка…
Ссылка в новой задаче