-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
47 lines (43 loc) · 1.19 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = discodos
description = remember and analyze your DJ sets using data from Discogs and AcousticBrainz
long_description = README.md
long_description_content_type = text/x-markdown
author = J0J0 Todos
home_page = https://discodos.jojotodos.net
project_urls =
Bug Tracker = https://github.com/joj0/discodos/issues
Documentation = https://discodos.readthedocs.io
Source Code = https://github.com/joj0/discodos/
test_suite = tests
license = GPLv3+
classifiers =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Multimedia :: Sound/Audio
Environment :: Console
[files]
packages =
discodos
[entry_points]
console_scripts =
disco = discodos.cmd.cli:main
discosync = discodos.cmd.sync:main
dsc = discodos.cmd23:main_cmd
[pbr]
skip_authors = 1
[flake8]
extend-ignore = E501, E225
exclude =
.git,
__pycache__,
docs/source/conf.py,
old,
build,
dist,
.eggs
discodos_logo.py