refactored packaging

This commit is contained in:
Lars Noack
2022-11-29 11:47:46 +01:00
parent f121ab99cc
commit 989830d679
16 changed files with 69 additions and 427 deletions

View File

@@ -1,15 +1,10 @@
Metadata-Version: 2.1
Name: music-kraken
Version: 1.2.2
Version: 1.2.1
Summary: An extensive music downloader crawling the internet. It gets its metadata from a couple metadata provider, and it scrapes the audiofiles.
Home-page: https://github.com/HeIIow2/music-downloader
Author: Hellow2
Author-email: Hellow2 <Hellow2@outlook.de>
Project-URL: Homepage, https://github.com/HeIIow2/music-downloader
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Author-email: Hellow2@outlook.de
License-File: LICENSE
# Music Kraken

View File

@@ -1,8 +1,9 @@
LICENSE
README.md
database_structure.sql
pyproject.toml
requirements.txt
setup.py
version
assets/database_structure.sql
assets/temp_database_structure.sql
src/music_kraken/__init__.py
src/music_kraken/__main__.py