| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added vendor.txt | Alex Grönholm | 2021-01-04 | 1 | -0/+1 |
| | | | | | This is a requirements.txt style file intended for downstream packagers. Closes #392. | ||||
| * | Made sure that the sdist contains LICENSE.txt | Alex Grönholm | 2020-12-13 | 1 | -0/+1 |
| | | | | | Fixes #371. | ||||
| * | Fixed installation from sdist (#334) | Alex Grönholm | 2020-01-27 | 1 | -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_scm | Alex Grönholm | 2020-01-22 | 1 | -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 layout | Alex Grönholm | 2020-01-22 | 1 | -1/+1 |
| | | | | | Fixes #37. | ||||
| * | Added PEP 517 support to project packaging | Alex Grönholm | 2019-10-25 | 1 | -0/+1 |
| | | |||||
| * | Include previously missed test files in MANIFEST.in | Alex Grönholm | 2019-10-25 | 1 | -1/+1 |
| | | |||||
| * | Updated MANIFEST.in to include several previously missing files | Alex Grönholm | 2019-08-17 | 1 | -7/+9 |
| | | | | | Fixes #299. | ||||
| * | Add files needed for tests to source distribution. | Slavek Kabrda | 2013-11-28 | 1 | -0/+3 |
| | | |||||
| * | add test distribution | Daniel Holth | 2012-07-30 | 1 | -0/+3 |
| | | |||||
| * | update manifest | Daniel Holth | 2012-07-04 | 1 | -1/+1 |
| | | |||||
| * | prototype egg2wheel | Daniel Holth | 2012-07-04 | 1 | -0/+1 |
