summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAge
* MANIFEST.in: Remove unnecessary lineDylan Baker2017-02-09
|
* Fix the packaging of testsIan Denhardt2017-02-09
| | | | | | | | | | | * Include the tests in the sdist * Don't install the test packages if present when running setup.py install. This way installing correctly omits the tests/ subdirectory when installing from a git checkout -- previously this would install a package called "tests" as well. Furthermore, the tests are now included in the sdist, as they should be.
* Don't package testsDylan Baker2017-01-25
| | | | | We really don't need to distribute these (and no one wants them anyway), so don't.
* include some files when building a distChristian Geier2016-12-17
|
* remove VERSION relict MANIFEST.inPatrick Totzke2012-02-25
|
* atomagic version string generationPatrick Totzke2011-12-16
http://dcreager.net/2010/02/10/setuptools-git-version-numbers/ Also makes the version string accessible as alot.__version__.