-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
64 lines (61 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
# https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
[metadata]
name = sphinxcontrib-ads
version = attr: sphinxcontrib.ads.__version__
description = Add your favorite vendor-ads embed code to your documentation pages.
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Nizar DELLELI
author_email = nizar.delleli@gmail.com
# maintainer =
# maintainer_email =
license = BSD-3-Clause
license_file = LICENSE
# license_files =
url = https://github.com/cizario/sphinxcontrib-ads/
download_url = https://github.com/cizario/sphinxcontrib-ads/
project_urls =
Documentation = https://sphinxcontrib-ads.readthedocs.io/en/latest/
Issue Tracker = https://github.com/cizario/sphinxcontrib-ads/issues
Source Code = https://github.com/cizario/sphinxcontrib-ads/
keywords = sphinx extension, sphinx contrib, ads, carbonads, ethicalads
sclassifiers =
Development Status :: 1 - Planning
Environment :: Web Environment
Framework :: Sphinx
Framework :: Sphinx :: Extension
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: JavaScript
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Documentation
Topic :: Documentation :: Sphinx
Topic :: Software Development :: Documentation
platforms = any
[options]
python_requires = >=3.6
install_requires =
Sphinx
packages = find_namespace:
package_dir =
= src
include_package_data = True
zip_safe = False
[options.packages.find]
where = src
[options.extras_require]
# docs: `pip install -r docs/requirements.txt` (to avoid duplication since readthedocs.io requires this file to build our docs)
tests =
pytest
pytest-cov
tox
lint =
flake8
mypy