-
Notifications
You must be signed in to change notification settings - Fork 17
/
setup.cfg
46 lines (44 loc) · 1.16 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
[metadata]
name = sconscontrib
version = 1.0
author = The SCons Foundation
author_email = scons-users@scons.org
description = Contributed builders and other useful logic for the SCons build system.,
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
license_files = LICENSE.txt
url = https://github.com/SCons/scons-contrib
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
keywords =
scons
build
development
[options]
package_dir =
=sconscontrib
packages = find_namespace:
python_requires = >=3.6, <4
install_requires =
SCons>=4
# rest
docutils
# sphinx
sphinx
# pandoc
importlib_metadata; python_version<"3.8"
panflute
zip_safe = False
[options.packages.find]
where = sconscontrib