Update setup tools project details

This commit is contained in:
jo 2021-09-02 14:25:50 +02:00
parent 5c464adf6f
commit c9e35b1f62
5 changed files with 40 additions and 23 deletions

View file

@ -8,9 +8,14 @@ os.chdir(os.path.dirname(os.path.realpath(__file__)))
setup(
name="libretime-analyzer",
version="0.1",
description="Libretime Analyzer Worker and File Importer",
url="https://libretime.org",
description="Libretime Analyzer",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",
project_urls={
"Bug Tracker": "https://github.com/libretime/libretime/issues",
"Documentation": "https://libretime.org",
"Source Code": "https://github.com/libretime/libretime",
},
license="AGPLv3",
packages=["airtime_analyzer"],
entry_points={