Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new warnings in setuptools/config/setupcfg.py | Anderson Bravalheri | 2023-03-07 | 1 | -15/+9 |
| | |||||
* | Import SetuptoolsDeprecationWarning from setuptools.warnings | Anderson Bravalheri | 2023-03-06 | 1 | -1/+1 |
| | |||||
* | Update test expectations to match new packaging version | Anderson Bravalheri | 2023-01-23 | 1 | -0/+20 |
| | |||||
* | Fix version syntax in test_nowarn_accidental_env_marker_misconfig | Michał Górny | 2023-01-21 | 1 | -2/+2 |
| | | | | | | | | | | Fix the two "marker"-alike cases (for package `python_version`) for test_nowarn_accidental_env_marker_misconfig to use `<3` rather than `<'3'`. The latter maps to the version `'3'` which is not a valid version and therefore causes an error with packaging-22.0+. See the discussion at https://github.com/pypa/setuptools/commit/506e7e7e1cac6a5d534184d35a20a73e9dd58045#r97577660 | ||||
* | setup.cfg parsing: Refactor _parse_requirements_list and ↵ | Anderson Bravalheri | 2022-08-06 | 1 | -2/+2 |
| | | | | warn_accidental_env_marker_misconfig | ||||
* | Add warning for potential extras_require misconfiguration | Lumir Balhar | 2022-08-06 | 1 | -0/+45 |
| | | | | Fixes: https://github.com/pypa/setuptools/issues/3467 | ||||
* | Allow `file:` for `requires` statements in setup.cfg | Aarni Koskela | 2022-06-14 | 1 | -0/+18 |
| | | | | Refs #1951 | ||||
* | Add deprecation messages for `namespace_packages`. | Anderson Bravalheri | 2022-05-16 | 1 | -3/+6 |
| | | | | | | | | The docs in https://setuptools.pypa.io/en/latest/userguide/package_discovery.html and https://packaging.python.org/en/latest/guides/packaging-namespace-packages/ suggest that this field is deprecated. | ||||
* | Make sure dynamic classifiers don't fail on unexisting files | Anderson Bravalheri | 2022-03-25 | 1 | -2/+5 |
| | |||||
* | Make sure package_dir is populated before processing cmdclass and 'attr:' in ↵ | Anderson Bravalheri | 2022-03-09 | 1 | -17/+20 |
| | | | | setup.cfg | ||||
* | Add some type hints to config.setupcfg | Anderson Bravalheri | 2022-03-05 | 1 | -0/+1 |
| | |||||
* | Adequate test_setupcfg to latest changes in setupcfg | Anderson Bravalheri | 2022-03-05 | 1 | -16/+14 |
| | |||||
* | Rename `config` to `config.setupcfg` | Anderson Bravalheri | 2022-03-05 | 1 | -0/+919 |
This will facilitate the implementation of other configuration formats (such as pyproject.toml as initially defined by PEP 621) |