]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - setup.py
mutate into an addon module for panikweb
[panikweb-esperanzah.git] / setup.py
index b7fc8bf7df3c5f65854c7e289a40719d642c8463..2975c3597c5651eab6813155d3b1966f401c2db2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,16 +2,13 @@
 
 from setuptools import setup
 
-setup(name='panikweb',
+setup(name='espeweb',
       version='0.1',
-      description='Radio Panik Website',
+      description='Radio Esperanzah Website',
       author='Frederic Peters',
       author_email='fpeters@0d.be',
-      url='http://www.radiopanik.org',
-      install_requires=[
-          'django',
-          'sorl-thumbnail',
-           ],
+      url='https://radio.esperanzah.be',
+      install_requires=['panikweb'],
       license='GPL',
       classifiers=['Development Status :: 3 - Alpha',
                    'Environment :: Web Environment',