summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed line endings when rewriting WHEELAlex Grönholm2020-01-261-3/+3
|
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-261-6/+27
| | | | Closes #323. Fixes #322.
* Removed specialized PyPy tag generationAlex Grönholm2020-01-221-6/+1
| | | | Fixes #328.
* Fixed bdist_wheel failing on a read-only source treeAlex Grönholm2020-01-221-1/+8
| | | | Fixes #327.
* Switched to setuptools_scmAlex Grönholm2020-01-221-2/+1
| | | | 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-2213-0/+1844
Fixes #37.