setup.cfg (SCons-4.3.0) | : | setup.cfg (SCons-4.4.0) | ||
---|---|---|---|---|
[metadata] | [metadata] | |||
name = SCons | name = SCons | |||
license = MIT | license = MIT | |||
author = William Deegan | author = William Deegan | |||
author_email = bill@baddogconsulting.com | author_email = bill@baddogconsulting.com | |||
long_description = file: README-package.rst | long_description = file: README-package.rst | |||
long_description_content_type = text/x-rst | long_description_content_type = text/x-rst | |||
description = Open Source next-generation build tool. | description = Open Source next-generation build tool. | |||
group = Development/Tools | group = Development/Tools | |||
license_file = LICENSE | license_file = LICENSE | |||
url = http://www.scons.org/ | url = https://www.scons.org/ | |||
project_urls = | project_urls = | |||
Documentation = https://scons.org/documentation.html | Documentation = https://scons.org/documentation.html | |||
Twitter = https://twitter.com/SConsProject | Twitter = https://twitter.com/SConsProject | |||
GitHub = https://github.com/SCons/scons | GitHub = https://github.com/SCons/scons | |||
Bug-Tracker = https://github.com/SCons/scons/issues | Bug-Tracker = https://github.com/SCons/scons/issues | |||
Discord = https://discord.gg/pejaFYrD9n | ||||
Mailing lists = https://scons.org/lists.html | ||||
classifiers = | classifiers = | |||
Development Status :: 5 - Production/Stable | Development Status :: 5 - Production/Stable | |||
Topic :: Software Development :: Build Tools | Topic :: Software Development :: Build Tools | |||
Programming Language :: Python | Programming Language :: Python | |||
Programming Language :: Python :: 3 | Programming Language :: Python :: 3 | |||
Programming Language :: Python :: 3 :: Only | Programming Language :: Python :: 3 :: Only | |||
Programming Language :: Python :: 3.5 | ||||
Programming Language :: Python :: 3.6 | Programming Language :: Python :: 3.6 | |||
Programming Language :: Python :: 3.7 | Programming Language :: Python :: 3.7 | |||
Programming Language :: Python :: 3.8 | Programming Language :: Python :: 3.8 | |||
Programming Language :: Python :: 3.9 | Programming Language :: Python :: 3.9 | |||
Programming Language :: Python :: 3.10 | ||||
Environment :: Console | Environment :: Console | |||
Intended Audience :: Developers | Intended Audience :: Developers | |||
License :: OSI Approved :: MIT License | License :: OSI Approved :: MIT License | |||
Operating System :: POSIX :: Linux | Operating System :: POSIX :: Linux | |||
Operating System :: Unix | Operating System :: Unix | |||
Operating System :: MacOS | Operating System :: MacOS | |||
Operating System :: Microsoft :: Windows | Operating System :: Microsoft :: Windows | |||
[options] | [options] | |||
zip_safe = False | zip_safe = False | |||
python_requires = >=3.5 | python_requires = >=3.6 | |||
install_requires = | install_requires = | |||
setuptools | setuptools | |||
setup_requires = setuptools | setup_requires = setuptools | |||
include_package_data = True | include_package_data = True | |||
packages = find: | packages = find: | |||
[options.packages.find] | [options.packages.find] | |||
exclude = template | exclude = template | |||
[options.entry_points] | [options.entry_points] | |||
console_scripts = | console_scripts = | |||
scons = SCons.Script.Main:main | scons = SCons.Script.Main:main | |||
sconsign = SCons.Utilities.sconsign:main | sconsign = SCons.Utilities.sconsign:main | |||
scons-configure-cache = SCons.Utilities.ConfigureCache:main | scons-configure-cache = SCons.Utilities.ConfigureCache:main | |||
[options.package_data] | [options.package_data] | |||
* = *.txt, *.rst, *.1 | * = *.txt, *.rst, *.1 | |||
scons.tool.docbook = *.* | SCons.Tool.docbook = *.* | |||
[options.data_files] | [options.data_files] | |||
. = scons.1 | . = scons.1 | |||
scons-time.1 | scons-time.1 | |||
sconsign.1 | sconsign.1 | |||
[sdist] | [sdist] | |||
dist_dir = build/dist | dist_dir = build/dist | |||
[bdist_wheel] | [bdist_wheel] | |||
End of changes. 6 change blocks. | ||||
4 lines changed or deleted | 6 lines changed or added |