-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (28 loc) · 1.09 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
[metadata]
name = grill-names
version = 2.6.1
description = Name objects for digital content creation.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = naming convention cg
author_email = [email protected]
author = Christian López Barrón
url = https://github.com/thegrill/grill-names
classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
install_requires = naming>=0.6
packages = find_namespace:
[options.packages.find]
include = grill.*
[options.package_data]
grill.tokens.ids = *.cfg
[options.extras_require]
# docs dependencies install:
# conda install --channel conda-forge pygraphviz
# python -m pip install sphinx myst-parser sphinx-toggleprompt sphinx-copybutton sphinx-togglebutton sphinx-hoverxref sphinx_autodoc_typehints shibuya
docs = sphinx; myst-parser; sphinx-toggleprompt; sphinx-copybutton; sphinx-togglebutton; sphinx-hoverxref; sphinx_autodoc_typehints; shibuya