forked from Moustov/pyHarmonyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (45 loc) · 1.15 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
48
49
50
# setup.cfg file at the root directory[metadata]
[metadata]
name = pyHarmonyUI
author = Christophe Moustier
url = https://github.com/Moustov/pyharmonyui
version = 0.2
description = Series of tools to handle harmony in music
long_description = Tools on notes, chords, harmony, guitar neck
keywords = music, guitar, chords, circle of 5th
license = BSD 3-Clause License
python_requires = >=3.9, <4
# https://pypi.org/classifiers/
classifiers =
Programming Language :: Python :: 3.9
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Education
Natural Language :: English
Topic :: Artistic Software
Topic :: Education
Topic :: Games/Entertainment
Topic :: Multimedia :: Sound/Audio :: Analysis
Topic :: Text Processing
Topic :: Utilities
[bdist_wheel]
python-tag=py39
[options]
packages = find_namespace:
zip_safe = False
include_package_data = True
install_requires =
pychord >= 1.1.0
deepdiff >= 6.2.1
Google-Search-API >= 1.1.14
[options.package_data]
* = *.txt, *.rst
[options.packages.find]
where=.
exclude =
venv*
build*
*.py
*.txt
*.log