summaryrefslogtreecommitdiff
path: root/setuptools/config.py
Commit message (Expand)AuthorAgeFilesLines
* Rename `config` to `config.setupcfg`Anderson Bravalheri2022-03-051-751/+0
* Update config.ConfigMetadataHandler._parse_version not to rely on LegacyVersion.Jason R. Coombs2021-11-151-2/+4
* remove lib2to3 usageThomas Grainger2021-09-041-46/+51
* config.py: Fix line-too-long warning in _parse_list_glob()Alan Fregtman2021-07-261-1/+1
* Satisfy some flake8 style checks for the previous commit.Alan Fregtman2021-07-221-2/+2
* globbing for [options.data_files]: Remove special treatment for filenames wit...Alan Fregtman2021-07-211-13/+4
* Update globbing for [options.data_files] to be implicit, not requiring a cust...Alan Fregtman2021-07-211-8/+17
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-07-041-1/+2
* Implement "glob:" directive for declarative "data_files" option.Alan Fregtman2021-06-301-1/+29
* Add License-File field to package metadataMarc Mueller2021-05-231-0/+5
* Correctly parse cmdclass in setup.cfg. Fixes #2570Simone Pierazzini2021-02-181-0/+17
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-10/+2
* Fix exception causes all over the codebaseRam Rachum2020-06-281-2/+3
* Fix error in StaticModule implementation.Jason R. Coombs2020-05-161-1/+1
* Fix importsJason R. Coombs2020-05-161-2/+2
* Extract StaticModule and patch_path helpers.Jason R. Coombs2020-05-161-42/+46
* Merge `literal_attr:` functionality into `attr:`John T. Wodder II2020-05-151-47/+40
* Implement a "literal_attr:" config directiveJohn T. Wodder II2020-05-151-9/+53
* Add support for `license_files` option in metadataMick Koch2019-10-281-0/+1
* Ensure that python_requires is checked during option processing. Fixes #1787.Jason R. Coombs2019-09-111-0/+2
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-081-1/+3
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-081-5/+6
* Merge pull request #1620 from scop/spellingPaul Ganssle2019-01-011-1/+1
|\
| * Spelling fixesVille Skyttä2018-12-291-1/+1
* | Disallow files for license inputsrajdeep2018-12-291-2/+20
|/
* Merge branch 'master' into deprecate-requiresSreejith Menon2018-10-281-19/+27
|\
| * Inline variableJason R. Coombs2018-10-281-4/+1
| * Extract _get_option function for getting an option from getter or attribute.Jason R. Coombs2018-10-281-9/+14
| * Feed the hobgoblins (delint).Jason R. Coombs2018-10-281-6/+11
* | Deprecate the requires keywordSreejith Menon2018-10-271-1/+20
|/
* Add data_files support in setup.cfg with test caseSatoru SATOH2018-10-241-0/+8
* Rename find_namepaces_ns to find_namespace_packages (#1423)Carsten Klein2018-08-171-4/+12
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+4
* Fix attr: with package_dirsJeremy Bowman2018-05-151-7/+27
* Support loading version from a fileJeremy Bowman2018-05-151-0/+13
* Prefer implied tuple.Jason R. Coombs2018-02-101-1/+1
* Support PEP 345 Project-URL metadataJeremy Stanley2017-11-221-0/+2
* Merge branch 'master' into drop-py26Jason R. Coombs2017-09-031-40/+93
|\
| * Need to perform the local assertion before checking for existence.Jason R. Coombs2017-08-281-7/+6
| * Use proper reference.Jason R. Coombs2017-08-281-1/+1
| * Correct typoJason R. Coombs2017-08-281-1/+1
| * Extract method for reading local file. Now return results directly instead of...Jason R. Coombs2017-08-281-16/+17
| * Using generator comprehension, avoid casting filepath to bytes on Python 2Jason R. Coombs2017-08-281-5/+2
| * Convert path to str, which is needed under Py 2Sviatoslav Sydorenko2017-08-281-0/+1
| * Support list of files passed to `file:` directiveSviatoslav Sydorenko2017-08-281-11/+19
| * Allow adding few files @ metadata.long_descriptionSviatoslav Sydorenko2017-08-281-3/+3
| * Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-0/+1
| |\
| | * Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-071-0/+1
| * | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
| |/
| * Dropped support for classifiers subsection handling in setup.cfg (see #952).idle sign2017-02-041-11/+0