summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* Improve code formattingAnderson Bravalheri2023-01-111-4/+9
* Test added. Ref #3667.Andrzej Kaczmarczyk2022-11-291-0/+11
* Test user-friendly exeptions for invalid entry-poitnsAnderson Bravalheri2022-11-151-22/+53
* Fix flaky testMarc Mueller2021-05-231-5/+3
* Keep user sorting for license filesMarc Mueller2021-05-231-5/+21
* Overwrite exlude from MANIFEST with license_files optionMarc Mueller2021-05-231-5/+6
* Add License-File field to package metadataMarc Mueller2021-05-231-0/+29
* Changes after rebaseMarc Mueller2021-05-221-2/+2
* Small changes after reviewMarc Mueller2021-05-221-5/+1
* Fix testsMarc Mueller2021-05-221-2/+8
* Write long description in message payloadMarc Mueller2021-05-221-0/+21
* Remove hard-coded indexes of metadata lines. Ref #2641.Jason R. Coombs2021-05-091-3/+5
* Merge pull request #2641 from cdce8p/mv-versionJason R. Coombs2021-05-091-2/+22
|\
| * Always use latest mv version for PKG-INFOMarc Mueller2021-04-161-2/+22
* | Add escaping to license fieldMarc Mueller2021-04-161-0/+31
|/
* Small changesMarc Mueller2021-04-031-2/+1
* Additional test casesMarc Mueller2021-04-031-3/+62
* license_files - Add support for glob patterns + add default patternsMarc Mueller2021-04-031-2/+2
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-02-201-4/+8
* Switch to jaraco.path for building filesJason R. Coombs2021-02-201-13/+13
* Revert "Merge pull request #2533 from pypa/fix/2529"Jason R. Coombs2021-01-161-50/+34
* Add failing testDustin Ingram2021-01-151-6/+21
* Move helper method out of classDustin Ingram2021-01-151-28/+29
* Fix tests with pytest 6.2Chih-Hsuan Yen2020-12-131-1/+1
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-51/+1
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-21/+27
* Remove DALS for single-line stringsMick Koch2019-10-281-40/+40
* Add support for `license_files` option in metadataMick Koch2019-10-281-0/+198
* Added test for metadata-version 1.2Bastian Venthur2019-05-161-0/+1
* Merge branch 'master' into license-fix-357Jason R. Coombs2019-01-271-4/+99
|\
| * Merge pull request #1180 from benoit-pierre/fix_889_and_non-ascii_in_setup.cf...Jason R. Coombs2019-01-271-0/+46
| |\
| | * Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-251-56/+210
| | |\
| | * | improve encoding handling for `setup.cfg`Benoit Pierre2017-10-251-0/+46
| * | | Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-2/+3
| | |/ | |/|
| * | Change how license field ValueError is testedPaul Ganssle2018-12-291-6/+14
| * | Disallow files for license inputsrajdeep2018-12-291-1/+24
| * | Add tests for setup.py inclusionShashank Singh2018-11-021-1/+15
| * | Add unit tests for setuptools deprecation warningsrobinjhuang2018-10-281-1/+4
* | | Remove unnecessary parameters from the testDeniz Taneli2018-11-101-6/+2
* | | Address review commentsDeniz Taneli2018-11-101-0/+2
* | | Make the new tests parametrizedDeniz Taneli2018-10-281-60/+19
* | | Unit tests for installing licenses from setup.cfg (#357)Deniz Taneli2018-10-271-0/+92
|/ /
* | Merge pull request #1427 from stephenfin/touch-egg-info-directoryJason R. Coombs2018-09-161-0/+17
|\ \
| * | egg_info: Touch 'egg-info' directoryStephen Finucane2018-08-191-0/+17
* | | setuptools: fix regression with `egg_info` commandBenoit Pierre2018-08-211-0/+16
|/ /
* | Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-2/+4
* | Drop support for EOL Python 3.3Hugo2018-05-241-1/+1
* | Tests in test_egg_info no longer invoke 'setup.py install', but instead focus...Jason R. Coombs2018-05-161-39/+11
* | Don't require network in testsJeremy Bowman2018-05-161-8/+8
* | tests: Add regression test for #1081Stephen Finucane2018-03-261-0/+12