Migrate LIBLITERALPREFIX test to file with same name
[scons.git] / setup.cfg
blobb6d7a5e567d157d03ef5b934ff1f1bdf0c6d7c7b
1 [metadata]
2 name = SCons
3 license = MIT
4 author = William Deegan
5 author_email =bill@baddogconsulting.com
6 long_description = file: README-package.rst
7 long_description_content_type = text/x-rst
8 description = Open Source next-generation build tool.
9 group = Development/Tools
10 license_file = LICENSE
13 url = https://www.scons.org/
14 project_urls =
15     Documentation = https://scons.org/documentation.html
16     Twitter = https://twitter.com/SConsProject
17     GitHub = https://github.com/SCons/scons
18     Bug-Tracker = https://github.com/SCons/scons/issues
19     Discord = https://discord.gg/pejaFYrD9n
20     Mailing lists = https://scons.org/lists.html
23 classifiers =
24     Development Status :: 5 - Production/Stable
25     Topic :: Software Development :: Build Tools
26     Programming Language :: Python
27     Programming Language :: Python :: 3
28     Programming Language :: Python :: 3 :: Only
29     Programming Language :: Python :: 3.6
30     Programming Language :: Python :: 3.7
31     Programming Language :: Python :: 3.8
32     Programming Language :: Python :: 3.9
33     Programming Language :: Python :: 3.10
34     Programming Language :: Python :: 3.11
35     Programming Language :: Python :: 3.12
36     Environment :: Console
37     Intended Audience :: Developers
38     License :: OSI Approved :: MIT License
39     Operating System :: POSIX :: Linux
40     Operating System :: Unix
41     Operating System :: MacOS
42     Operating System :: Microsoft :: Windows
45 [options]
46 zip_safe = False
47 python_requires = >=3.6
48 install_requires = setuptools
49 setup_requires =
50     setuptools
51     build
52 include_package_data = True
53 packages = find:
56 [options.packages.find]
57 ;include=SCons.*
58 exclude=template
60 [options.entry_points]
61 console_scripts =
62     scons = SCons.Script.Main:main
63     sconsign = SCons.Utilities.sconsign:main
64     scons-configure-cache = SCons.Utilities.ConfigureCache:main
67 [options.package_data]
68 * = *.txt, *.rst, *.1
69 SCons.Tool.docbook = *.*
72 [options.data_files]
73 . = scons.1
74     scons-time.1
75     sconsign.1
77 [sdist]
78 dist_dir=build/dist
80 [bdist_wheel]
81     ; We're now py3 only
82 ;universal=true
83 dist_dir=build/dist