Newer
Older
from setuptools import setup, find_packages
import os
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Application Frameworks',
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
]
setup(
author="Webu",
author_email="contact@webu.coop",
name='estim-event',
version='0.0.1',
description='ESTIM Event API',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),