Changeset - d97f8cbb8912
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-01-22 18:30:56
dennis.fink@c3l.lu
updated version
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
from setuptools import setup, find_packages
 

	
 
setup(name='Ennstatus',
 
      version='4.0.0',
 
      version='4.0.1',
 
      description='Ennstatus provides the user with vital information about the status of the organizations Tor servers.',
 
      author='Frënn vun der Ënn',
 
      author_email='info@enn.lu',
 
      url='https://bitbucket.org/fvde/ennstatus',
 
      license="GPLv3+",
 
      packages=find_packages(),
 
      package_data={'ennstatus': ['static/css/*.css',
 
                                  'static/css/flags/img/png/*.png',
 
                                  'static/css/flags/img/gif/*.gif',
 
                                  'static/css/flags/*.css',
 
                                  'static/files/*',
 
                                  'static/images/*',
0 comments (0 inline, 0 general)