diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -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.1-dev', description=('Ennstatus provides the user with vital information about ' 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn',