summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-10-09 19:52:57 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-10-09 19:52:57 (GMT)
commitda582df6a7728a16830efd79b811ba19fc8ebb55 (patch)
tree15a18c85905749028bce0b79d18a7e933a2456ba /setup.cfg
parentea1da16f6b1601529323943f48bf94f59eb7a785 (diff)
downloadSCons-da582df6a7728a16830efd79b811ba19fc8ebb55.zip
SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.tar.gz
SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.tar.bz2
scons.1 sconsign.1 scons-time.1 now make it into zip, tgz sdist and wheel
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 10 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a141c67..dbb316e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,6 +28,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
@@ -60,13 +61,20 @@ console_scripts =
[options.package_data]
-* = *.txt, *.rst
+* = *.txt, *.rst, *.1
SCons.Tool.docbook = *.*
+
+[options.data_files]
+. = build/doc/man/scons.1
+ build/doc/man/scons-time.1
+ build/doc/man/sconsign.1
+
[sdist]
dist-dir=build/dist
[bdist_wheel]
; We're now py3 only
;universal=true
-dist-dir=build/dist \ No newline at end of file
+dist-dir=build/dist
+