summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Fixed URLS and python versions for setup.cfg (thanks mwichmann for catching ↵William Deegan2022-03-031-3/+5
| | | | them..)
* update packing and build logic to enable distro package maintainers to build ↵William Deegan2021-08-011-3/+3
| | | | their packages from root of repo
* Bump version to 4.1.0.post1 and fix non-wheel packaging of manpages4.1.0.post1William Deegan2021-01-201-3/+3
|
* Change Trove classification for SConsMats Wichmann2020-11-241-1/+1
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* scons.1 sconsign.1 scons-time.1 now make it into zip, tgz sdist and wheelWilliam Deegan2020-10-091-2/+10
|
* Remove pywin32 from scons win32 install requirements. Remove usage from ↵William Deegan2020-10-041-1/+0
| | | | SCons.Script.main
* fix scons --version and packagingWilliam Deegan2020-07-041-2/+2
|
* Add sepearat pypi README-package.rst for pypi's long description textWilliam Deegan2020-07-041-3/+5
|
* We're now py3 onlyWilliam Deegan2020-06-301-2/+3
|
* updates. build/dist/scons-local-${VERSION}.zip is now producedWilliam Deegan2020-06-231-1/+4
|
* Fix setup.cfg to include SCons.* packages. was only includeing ↵William Deegan2020-06-081-1/+1
| | | | SCons.Tool.docbook
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-6/+7
| | | | with current python packaging practices
* [ci skip] Bump versionWilliam Deegan2020-04-291-1/+1
|
* Update location of LICENSE and use same version in sdist and wheelWilliam Deegan2020-04-091-2/+2
|
* move scons-configure-cache logic into SCons.Utilities.ConfigureCache:main ↵William Deegan2020-04-091-0/+1
| | | | and update references and add entry_point in setup.cfg
* move sconsign logic into src/engine/SCons/Utilties, update entry_points to ↵William Deegan2020-04-091-0/+1
| | | | generate sconsign script
* Initial checking of modernized setup.py. TODO: entry_points for every other ↵William Deegan2020-04-091-0/+64
script (scons.py is done)