setup.py needs to be top level

This commit is contained in:
Stefan Harmuth 2021-12-12 15:15:28 +01:00
parent ec059d5354
commit d8bb8d8aba

View File

@ -6,7 +6,7 @@ setup(
packages=[''],
url='',
license='GPLv3',
author='pennywise',
author='Stefan Harmuth',
author_email='pennywise@drock.de',
description='Just some small tools to make life easier'
)