summaryrefslogtreecommitdiff
path: root/setuptools/config
Commit message (Expand)AuthorAgeFilesLines
...
| * Add stacklevel=2 to make calling code clearHugo van Kemenade2022-07-121-1/+1
* | Merge remote-tracking branch 'upstream/main' into feature/pep660Anderson Bravalheri2022-06-245-49/+143
|\ \ | |/
| *-. Allow `file` directive for dependencies (#3253, #3255)Anderson Bravalheri2022-06-193-25/+113
| |\ \
| | | * Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.tomlAarni Koskela2022-04-082-17/+91
| | * | Allow `file:` for `requires` statements in setup.cfgAarni Koskela2022-06-141-8/+22
| * | | config.expand.StaticModule: handle scenarios when annotated assignment does n...Anderson Bravalheri2022-06-191-2/+2
| * | | config.expand: Refactor StaticModuleAnderson Bravalheri2022-06-191-13/+12
| * | | Add support for annotated assignments to static attribute lookup.Karl Otness2022-06-181-16/+13
| * | | Clarify modules used for pyproject.toml parsing are privateAnderson Bravalheri2022-06-174-2/+14
| * | | Change wording from *experimental* to *beta*Anderson Bravalheri2022-06-161-7/+4
| * | | Warn about 'tool.setuptool' instead of project metadata in pyproject.tomlAnderson Bravalheri2022-06-161-7/+8
* | | | build_meta: Allow dist-info and egg-info to coexistAnderson Bravalheri2022-06-211-19/+2
|/ / /
* | | fixed some spelling mistakes,Bastian Venthur2022-06-141-1/+1
|/ /
* | Improve warning message for _InvalidFileAnderson Bravalheri2022-05-181-3/+2
* | Improve warning message for _WouldIgnoreFieldAnderson Bravalheri2022-05-181-3/+5
* | Add deprecation messages for `namespace_packages` (#3262)Anderson Bravalheri2022-05-162-3/+20
|\ \
| * | Add deprecation messages for `namespace_packages`.Anderson Bravalheri2022-05-162-3/+20
* | | Remove residual dependencies from setup.py when dependencies are set in pypro...Anderson Bravalheri2022-05-161-2/+4
|\ \ \ | |/ / |/| |
| * | Add warning about overwritten dependenciesAnderson Bravalheri2022-05-041-2/+4
| |/
* | do not backfill Project-URL: homepage into Home-page: field (causes duplicate...wim glenn2022-04-291-15/+1
|/
* Rename variableAnderson Bravalheri2022-04-051-4/+4
* Simplify auto-discovered package_dirAnderson Bravalheri2022-04-051-2/+25
* Fix dynamic readmeAnderson Bravalheri2022-04-041-2/+7
* Disable automatic download of trove classifiers by defaultAnderson Bravalheri2022-03-301-0/+5
* Update validate-pyproject to v0.7.1Anderson Bravalheri2022-03-302-2/+7
* Fix unintentional mistake in config/pyprojectAnderson Bravalheri2022-03-301-1/+1
* Update version of validate-pyprojectAnderson Bravalheri2022-03-302-3/+3
* Move _validate_pyproject to configAnderson Bravalheri2022-03-308-10/+2138
* Fix previous detection of empty arraysAnderson Bravalheri2022-03-272-3/+4
* Small refactorAnderson Bravalheri2022-03-271-4/+3
* Merge pre-set dependencies when applying pyprojectAnderson Bravalheri2022-03-271-2/+12
* Make sure apply function remains privateAnderson Bravalheri2022-03-271-3/+6
* Prepare to be strict in the future about entry-points in pyprojectAnderson Bravalheri2022-03-272-8/+18
* Improve error/warning messagesAnderson Bravalheri2022-03-272-6/+9
* Consider missing edge case for tool.setuptools.dynamic in pyprojectAnderson Bravalheri2022-03-272-2/+6
* Restructure config.pyproject to consider "pre-set" dynamic valuesAnderson Bravalheri2022-03-271-150/+165
* Warn if a project metadata is set outside of pyproject without dynamicAnderson Bravalheri2022-03-271-10/+89
* Tests mixed pyproject metadata + config from setup.pyAnderson Bravalheri2022-03-271-0/+31
* Add missing re-raise statementAnderson Bravalheri2022-03-261-3/+6
* Temporarily forgive popular patterns on invalid pyproject.tomlAnderson Bravalheri2022-03-262-2/+66
* Make sure dynamic classifiers in pyproject.toml don't fail (#3210)Anderson Bravalheri2022-03-252-6/+14
|\
| * Make sure dynamic classifiers don't fail on unexisting filesAnderson Bravalheri2022-03-252-6/+14
* | Avoid overwriting dist.include_package_data given by setup.py (#3205)Anderson Bravalheri2022-03-251-1/+4
|\ \
| * | Avoid overwritting dist.include_package_data with defaultAnderson Bravalheri2022-03-251-1/+4
| |/
* | Avoid unnecessarily changing package_dirAnderson Bravalheri2022-03-251-12/+12
|/
* Fix edge case of package discoveryAnderson Bravalheri2022-03-241-1/+2
* Use better variable namingAnderson Bravalheri2022-03-221-6/+9
* Fix default include-package-data with 'pyproject.toml'Anderson Bravalheri2022-03-221-0/+1
* Ignore ext-modules for auto-discovery with pyproject.toml metadataAnderson Bravalheri2022-03-221-0/+2
* Make sure to ignore option errors with MinimalDistributionAnderson Bravalheri2022-03-211-6/+9