-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
55 lines (47 loc) · 1.21 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
51
52
53
54
55
[metadata]
name = sphinxcontrib-hydomain
version = 0.1.0
url = https://github.com/hylang/sphinxcontrib-hydomain
license = BSD
author = Allison Casey and Kodi B. Arfer
author_email = [email protected]
description = Sphinx domain for documenting Hy code bases
long_description = file: README
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Documentation
Topic :: Utilities
[options]
packages = find_namespace:
python_requires = >= 3.8
include_package_data = True
install_requires =
Sphinx == 5.0.2
hy@git+https://github.com/hylang/hy@master#egg
[options.packages.find]
include = sphinxcontrib
[options.extras_require]
dev =
bump2version == 1.0.1
flake8 == 3.8.4
pytest == 6.2.2
sphinx_rtd_theme == 1.2.2
pre-commit
[aliases]
upload_docs = build_sphinx upload_docs
[bdist_wheel]
universal = 1
[upload_docs]
repository=https://pypi.python.org/pypi
upload_dir=build/sphinx/html
[flake8]
max-line-length = 88
extend-ignore = E203
[isort]
profile = black