summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo (#1157)Jürgen Gmach2019-02-031-1/+1
|
* Spring cleaning (#788)Oliver Bestwalter2018-04-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | closes #797 closes #798 closes #799 closes #800 closes #801 closes #754 Also (no extra issues for that): removed all experimental markers from docstrings (most of them have been there for a few years already). If they turn out wrong/bad, we just have to deprecate them and remove them in a major release hookimpl is instantiated twice - mark one of them as deprecated and get rid of it later moved hookimpl to __init__.py - having a hookimpl object in the hookspecs module is unnecessary and confusing. Access to hookimpl should happen as module attribute of tox (clearer where it comes from) - also kept a deprecated reference there for compatibilty. removed some redundant rst references in hookspecs. If they are initialized once in any namespace they are defined globally (I don't like it either but that is how it works in restructuredText and ignoring that and defining the same things several times is confusing) move _dummy object to only class where it is needed and name it like the constant that it is use six for py2/3 compatibility where noticed it and where it is cheap to do remove dead code move exception related code into its own module rather than having it hang around in a class looking like a module in __init__.py there is no need to have an intermediate run_main - that is used everywhere only under the name tox.cmdline rename function and use it directly, just like client code is using it add a fixture for working in a clean tmpdir
* fix changelog referenceOliver Bestwalter2017-10-211-1/+1
|
* remove inclusion of removed ISSUES.txtOliver Bestwalter2017-01-231-2/+1
| | | | contents were moved into https://github.com/tox-dev/tox/issues/419
* also remove toxboostrap from manifest.inholger krekel2013-08-131-1/+0
|
* Added README to package manifest template.Jannis Leidel2013-06-241-1/+1
| | | | | --HG-- branch : jezdez/added-readme-to-package-manifest-templat-1372083252428
* Add missing files to manifest template.Piet Delport2012-01-151-0/+3
|
* remove pruning, assume that an sdist is cleanly built from a fresh directoryholger krekel2012-01-061-1/+0
|
* require virtualenv-1.5.1 - bump version numberholger krekel2010-11-271-6/+0
|
* include tox.ini in MANIFEST and change NOTEholger krekel2010-07-121-0/+1
|
* adding a MANIFEST file0.5holger krekel2010-07-121-0/+13