]> git.0d.be Git - panikweb-esperanzah.git/blob - setup.py
mutate into an addon module for panikweb
[panikweb-esperanzah.git] / setup.py
1 #!/usr/bin/env python
2
3 from setuptools import setup
4
5 setup(name='espeweb',
6       version='0.1',
7       description='Radio Esperanzah Website',
8       author='Frederic Peters',
9       author_email='fpeters@0d.be',
10       url='https://radio.esperanzah.be',
11       install_requires=['panikweb'],
12       license='GPL',
13       classifiers=['Development Status :: 3 - Alpha',
14                    'Environment :: Web Environment',
15                    'Framework :: Django',
16                    'Intended Audience :: Developers',
17                    'License :: OSI Approved :: GNU General Public License (GPL) License',
18                    'Operating System :: OS Independent',
19                    'Programming Language :: Python',
20                    'Topic :: Internet :: WWW/HTTP',
21                    'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
22                    ],
23       )