summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/config.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple values for package_data in setup.cfg (#11805).Éric Araujo2012-02-041-7/+18
* Don’t let invalid line in setup.cfg pass silentlyÉric Araujo2011-09-101-3/+4
* Minor improvement to extensions in setup.cfg: check parent packageÉric Araujo2011-09-011-2/+18
* Minor improvement to extensions section in setup.cfg.Éric Araujo2011-09-011-4/+7
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-011-1/+1
* packaging: Add the project directory to sys.path to support local setup hooks.Éric Araujo2011-06-191-9/+14
* Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-101-18/+19
* setup.cfg: Document that description-file can contain more than one fileÉric Araujo2011-06-101-8/+5
* Move useful function to packaging.util.Éric Araujo2011-06-101-12/+7
* fixed the way the cfg file markers values are split under win32Tarek Ziade2011-05-211-1/+2
* fixed the separator issues in packaging/resources+configTarek Ziade2011-05-211-1/+5
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-191-1/+1
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+357