summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/config.py
Commit message (Expand)AuthorAgeFilesLines
* 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