-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (31 loc) · 906 Bytes
/
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
[metadata]
name = marana
version = 0.0.1
author = Adam McCartney
licence = APACHE 2.0
description = Some personalized composing tools that leverage abjad to produce lilypond
description-file = README.md
author_email = [email protected]
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Python Module
Intended Audience :: Developers
License :: Apache
Oerating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Math Functions
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
setup_requires =
setuptools >= 40.6.0
install_requires =
abjad==3.6
abjad-ext-rmakers==3.6
[options.packages.find]
where = src