Changeset - 9c2c0215f4ff
[Not reviewed]
dev
0 1 0
Dennis Fink - 7 years ago 2017-10-17 16:34:38
dennis.fink@c3l.lu
Updated version
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -3,7 +3,7 @@ from setuptools import setup, find_packa
 

	
 
def _get_requirements():
 

	
 
    with open('requirements.in', encoding='utf-8') as f:
 
    with open('requirements.txt', encoding='utf-8') as f:
 
        lines = f.readlines()
 

	
 
    lines = [line[:-1] for line in lines if not line.startswith('#')]
 
@@ -11,7 +11,7 @@ def _get_requirements():
 

	
 

	
 
setup(name='Ennstatus',
 
      version='5.6.5',
 
      version='5.7.0',
 
      description=('Ennstatus provides the user with vital information about '
 
                   'the status of the organizations Tor servers.'),
 
      author='Frënn vun der Ënn',
0 comments (0 inline, 0 general)