summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Added vendor.txtAlex Grönholm2021-01-041-0/+1
| | | | This is a requirements.txt style file intended for downstream packagers. Closes #392.
* Made sure that the sdist contains LICENSE.txtAlex Grönholm2020-12-131-0/+1
| | | | Fixes #371.
* Fixed installation from sdist (#334)Alex Grönholm2020-01-271-0/+9
| | | | | | | Wheel cannot use pep517 yet because the installation process involves installing wheel because the setuptools build backend declares it as a dependency for building wheels. A future update of pip may solve this problem. Setuptools_scm, on the other hand, requires wheel as a build time dependency so if somebody tries to install wheel using `--no-binary=:all:`, it also creates a circular dependency. Fixes #332.
* Switched to setuptools_scmAlex Grönholm2020-01-221-10/+0
| | | | New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow.
* Migrated to the src layoutAlex Grönholm2020-01-221-1/+1
| | | | Fixes #37.
* Added PEP 517 support to project packagingAlex Grönholm2019-10-251-0/+1
|
* Include previously missed test files in MANIFEST.inAlex Grönholm2019-10-251-1/+1
|
* Updated MANIFEST.in to include several previously missing filesAlex Grönholm2019-08-171-7/+9
| | | | Fixes #299.
* Add files needed for tests to source distribution.Slavek Kabrda2013-11-281-0/+3
|
* add test distributionDaniel Holth2012-07-301-0/+3
|
* update manifestDaniel Holth2012-07-041-1/+1
|
* prototype egg2wheelDaniel Holth2012-07-041-0/+1