2020-11-02 17:41:07 +01:00
|
|
|
[metadata]
|
|
|
|
name = negromate.karaoke
|
|
|
|
version = attr: negromate.karaoke.VERSION
|
|
|
|
license = GPLv3
|
|
|
|
license-file = LICENSE.txt
|
|
|
|
author = Ales (Shagi) Zabala Alava
|
|
|
|
author_email = shagi@gisa-elkartea.org
|
|
|
|
url = http://negromate.rocks
|
|
|
|
description = Player for NegroMate karaoke parties
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
long_description = file: README.md
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Environment :: X11 Applications
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Topic :: Games/Entertainment
|
|
|
|
Topic :: Multimedia :: Graphics :: Presentation
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
zip_safe = false
|
|
|
|
python_requires = >= 3.4
|
|
|
|
install_requires =
|
|
|
|
kivy
|
2020-11-06 17:12:14 +01:00
|
|
|
negromate.songs ==1.1
|
2020-11-02 17:41:07 +01:00
|
|
|
|
|
|
|
[options.entry_points]
|
2020-11-06 17:12:14 +01:00
|
|
|
negromate.commands =
|
|
|
|
karaoke = negromate.karaoke.commands.karaoke
|
2020-11-02 17:41:07 +01:00
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
negromate.karaoke =
|
|
|
|
resources/*/*
|
|
|
|
kv_templates/*
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
# This flag says to generate wheels that support both Python 2 and Python
|
|
|
|
# 3. If your code will not run unchanged on both Python 2 and 3, you will
|
|
|
|
# need to generate separate wheels for each Python version that you
|
|
|
|
# support. Removing this line (or setting universal to 0) will prevent
|
|
|
|
# bdist_wheel from trying to make a universal wheel. For more see:
|
|
|
|
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels
|
|
|
|
# universal=1
|