summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Our wheels are *not* universal. Set this explicitly in setup.cfg so that ↵Jason Madden2017-06-141-0/+3
| | | | zest.releaser doesn't try to create and upload one.
* Ensure that LICENSE.txt is present in built wheels.62-ensure-license-file-in-wheelTres Seaver2016-11-161-0/+3
|
* 100% branch coverage.Tres Seaver2014-12-091-2/+1
| | | | | | We exclude interfaces declared with the 'class' statement, because their methods typically have only a doctstring in the suite, which confuses the branch coverage machinery.
* Note why we can't enable branch coverage yet.Tres Seaver2014-12-081-0/+2
|
* Require 100% coverage.Tres Seaver2014-12-081-0/+1
|
* Merge from LP branch.Tres Seaver2012-03-261-0/+10
|
* these are evilJim Fulton2007-05-221-2/+0
|
* tag svn revision by defaultBernd Dorn2007-03-281-0/+2
|
* Removing setup.cfg from source control; replacing it with setup.cfg.in.Nathan Yergler2006-03-201-6/+0
|
* * Removed old testing external from src/zopeNathan Yergler2006-03-021-0/+6
* Added external to workspace package * Added develop.py wrapper script, minimal setup.cfg to declare development dependencies * Updated setup.py to use relative (to setup.py) package source directory