1 from setuptools import setup, find_packages
7 'repoze.tm2>=1.0b1', # default_commit_veto
21 description='XonStat',
22 long_description='XonStat: The statistics web application for Xonotic',
24 "Programming Language :: Python",
25 "Framework :: Pyramid",
26 "Topic :: Internet :: WWW/HTTP",
27 "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
30 author_email='azucaro@gmail.com',
31 url='http://stats.xonotic.org',
32 keywords='web wsgi pylons pyramid',
33 packages=find_packages(),
34 include_package_data=True,
36 install_requires=requires