Changeset - ffafdf1c8a63
[Not reviewed]
Merge dev
0 2 0
Dennis Fink - 9 years ago 2015-10-28 01:08:43
dennis.fink@c3l.lu
Back to dev
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.hgtags
Show inline comments
 
11bc9e2ddf0107cfdc15a78ccb3e4b73fe891184 v5.2.0
 
0c40b177d129979e0436ddb48ac6d80792ae825c v5.2.1
 
1e9bc98a5eec8bf73ebb4019d612828807775cf3 v5.3.0
setup.py
Show inline comments
 
@@ -8,13 +8,13 @@ def _get_requirements():
 

	
 
    lines = [line[:-1] for line in lines if not line.startswith('#')]
 
    return lines
 

	
 

	
 
setup(name='Ennstatus',
 
      version='5.2.1-dev',
 
      version='5.3.0-dev',
 
      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+',
0 comments (0 inline, 0 general)