summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 8 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index dd6c493..c3c396e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = SCons
-version=3.9.9a993
+;version=3.9.9a993
license = MIT
author = William Deegan
author_email =bill@baddogconsulting.com
@@ -8,7 +8,7 @@ long_description = file: README.rst
long_description_content_type = text/x-rst
description = Open Source next-generation build tool.
group = Development/Tools
-license_files = LICENSE
+license_file = LICENSE
url = http://www.scons.org/
@@ -48,7 +48,7 @@ packages = find:
[options.packages.find]
- include=SCons
+ include=SCons.*
exclude=template
[options.entry_points]
@@ -62,6 +62,10 @@ console_scripts =
* = *.txt, *.rst
SCons.Tool.docbook = *.*
+[sdist]
+ dist-dir=build/dist
[bdist_wheel]
-universal=true
+ ; We're now py3 only
+;universal=true
+dist-dir=build/dist \ No newline at end of file