-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (34 loc) · 1.05 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
[metadata]
name = coma
version = 2.0.1
author = Francois Roewer-Despres
author_email = [email protected]
description = Configurable command management for humans
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/francois-rd/coma
project_urls =
Bug Tracker = https://github.com/francois-rd/coma/issues
Documentation = https://coma.readthedocs.io
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
install_requires =
boltons
omegaconf>=2.1
[options.packages.find]
where = src