og-tribes-taserver/setup.py
Maurice van der Pot 3a451c3dff Refer to TA installation instructions from page on joining
In case someone stumbles across this page and does not even have
Tribes Ascend installed, it may be useful to have some up-to-date
instructions on how to install it.
2020-04-05 17:35:37 +02:00

11 lines
228 B
Python

from distutils.core import setup
setup(
name='TAServer',
version='2.5.2',
license='AGPLv3',
description='A reference implementation of the tribes ascend server',
install_requires=[
"gevent"
],
)