forked from Lainports/freebsd-ports
- Convert to USE_PYTHON=pep517 Changes: https://scons.org/tag/releases.html https://github.com/SCons/scons/blob/master/CHANGES.txt PR: 274524 Exp-run by: antoine
18 lines
351 B
INI
18 lines
351 B
INI
--- setup.cfg.orig 2023-03-21 16:18:43 UTC
|
|
+++ setup.cfg
|
|
@@ -1,5 +1,5 @@
|
|
[metadata]
|
|
-name = SCons
|
|
+name = scons
|
|
license = MIT
|
|
author = William Deegan
|
|
author_email = bill@baddogconsulting.com
|
|
@@ -60,7 +60,7 @@ console_scripts =
|
|
SCons.Tool.docbook = *.*
|
|
|
|
[options.data_files]
|
|
-. = scons.1
|
|
+share/man/man1 = scons.1
|
|
scons-time.1
|
|
sconsign.1
|
|
|