setup.cfg (scons-4.2.0) | : | setup.cfg (SCons-4.3.0) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
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 = http://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 | |||
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 | |||
skipping to change at line 64 | skipping to change at line 64 | |||
[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] | |||
dist-dir = build/dist | dist_dir = build/dist | |||
[egg_info] | [egg_info] | |||
tag_build = | tag_build = | |||
tag_date = 0 | tag_date = 0 | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |