mirror of
https://lavaforge.org/spotizerr/spotizerr-auth.git
synced 2025-12-23 18:29:16 -05:00
Publish package to pypi
This commit is contained in:
25
setup.cfg
Normal file
25
setup.cfg
Normal file
@@ -0,0 +1,25 @@
|
||||
[metadata]
|
||||
name = spotizerr-auth
|
||||
version = 1.0.0
|
||||
author = spotizerr-dev
|
||||
description = A Spotizerr authentication utility for configuring Spotify credentials
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://github.com/Xoconoch/spotizerr-auth
|
||||
license = GPL-3.0-or-later
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
||||
Operating System :: OS Independent
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
python_requires = >=3.7
|
||||
install_requires =
|
||||
librespot-spotizerr==0.3.0
|
||||
requests
|
||||
rich
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
spotizerr-auth=spotizerr_auth.main:main
|
||||
Reference in New Issue
Block a user