| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replaced distutils with setuptools | Alex Grönholm | 2021-12-24 | 1 | -1/+1 |
| | | | | | Distutils has been deprecated and will be removed in Python 3.12. | ||||
| * | Moved tool configurations to pyproject.toml | Alex Grönholm | 2021-12-24 | 1 | -12/+0 |
| | | |||||
| * | Migrated flake8 config from setup.cfg to pyproject.toml | Alex Grönholm | 2021-12-24 | 1 | -3/+0 |
| | | | | | This required migrating to pyproject-flake8 as flake8 proper still doesn't support pyproject.toml. | ||||
| * | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 1 | -1/+1 |
| | | |||||
| * | Use build isolation when building wheel itself | Alex Grönholm | 2021-12-23 | 1 | -1/+1 |
| | | |||||
| * | Dropped support for unmaintained Python versions | Alex Grönholm | 2021-12-22 | 1 | -11/+3 |
| | | |||||
| * | Don't count vendored code into coveragemaster | Alex Grönholm | 2021-08-18 | 1 | -1/+2 |
| | | |||||
| * | Added classifier for Python 3.10 support | Alex Grönholm | 2021-08-09 | 1 | -0/+1 |
| | | |||||
| * | Declare support for and test Python 3.9 (#380) | Hugo van Kemenade | 2020-11-20 | 1 | -0/+1 |
| | | |||||
| * | Vendored the packaging.tags module (#365) | Alex Grönholm | 2020-08-14 | 1 | -1/+0 |
| | | | | See the commentary on https://github.com/pypa/wheel/pull/346 for the reason. | ||||
| * | Replaced pep425tags with packaging (#346) | Matti Picus | 2020-04-07 | 1 | -0/+1 |
| | | | | The internal pep425tags module has been removed in favor of the "packaging" library. | ||||
| * | Fixed installing from sdist in some non-UTF8 environments | Alex Grönholm | 2020-01-28 | 1 | -1/+1 |
| | | | | | Fixes #331. | ||||
| * | Fixed installation from sdist (#334) | Alex Grönholm | 2020-01-27 | 1 | -1/+2 |
| | | | | | | | | 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 | -1/+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 layout | Alex Grönholm | 2020-01-22 | 1 | -1/+5 |
| | | | | | Fixes #37. | ||||
| * | Dropped Python 3.4 support | Alex Grönholm | 2020-01-22 | 1 | -2/+1 |
| | | |||||
| * | Moved the contents of setup.py to setup.cfg | Alex Grönholm | 2019-10-25 | 1 | -0/+47 |
| | | |||||
| * | Added PEP 517 support to project packaging | Alex Grönholm | 2019-10-25 | 1 | -3/+0 |
| | | |||||
| * | Omitted tox directory trees from coverage results | Alex Grönholm | 2017-07-29 | 1 | -0/+1 |
| | | |||||
| * | Moved the tests out of the package tree | Alex Grönholm | 2017-07-29 | 1 | -1/+1 |
| | | |||||
| * | Added flake8 setup | Alex Grönholm | 2017-07-26 | 1 | -0/+3 |
| | | |||||
| * | Improved testing configuration | Alex Grönholm | 2017-07-26 | 1 | -3/+10 |
| | | |||||
| * | use & support setuptools extras:markers syntax. | Daniel Holth | 2014-04-10 | 1 | -9/+0 |
| | | |||||
| * | Merged in pmoore/wheel (pull request #42) | Paul Moore | 2014-03-29 | 1 | -1/+1 |
| |\ | | | | | | | Add a --python-tag argument for bdist_wheel | ||||
| | * | Updates following review comments (docs, setup.cfg) | Paul Moore | 2014-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | replace dirspec with pyxdg (hosted on pypi); bump version to 0.23.0 | Daniel Holth | 2014-03-26 | 1 | -3/+3 |
| |/ | |||||
| * | remove setuptools dependency. wheel has features that work without setuptools. | Daniel Holth | 2013-07-20 | 1 | -1/+0 |
| | | |||||
| * | improve tests | Daniel Holth | 2013-06-23 | 1 | -2/+1 |
| | | |||||
| * | use pytest for tests | Daniel Holth | 2013-06-23 | 1 | -7/+3 |
| | | |||||
| * | experimental metadata.json | Daniel Holth | 2013-03-28 | 1 | -2/+3 |
| | | |||||
| * | copy license-file from setup.cfg into .dist-info | Daniel Holth | 2012-10-31 | 1 | -0/+1 |
| | | |||||
| * | bump version; fix #57, fix #58 (requirements) | Daniel Holth | 2012-10-31 | 1 | -2/+1 |
| | | |||||
| * | use jwk instead of key in signatures | Daniel Holth | 2012-10-27 | 1 | -1/+1 |
| | | |||||
| * | vendorize pkg_resources; bump version | Daniel Holth | 2012-09-29 | 1 | -1/+4 |
| | | |||||
| * | Update setup.cfg in to match setup.py | Paul Moore | 2012-09-24 | 1 | -2/+2 |
| | | |||||
| * | replace setup.py requirements with setup.cfg values if present0.9.6 | Daniel Holth | 2012-09-19 | 1 | -1/+11 |
| | | |||||
| * | parse requires_dist from setup.cfg [metadata] | Daniel Holth | 2012-09-15 | 1 | -0/+3 |
| | | |||||
| * | implement markers interpreter | Daniel Holth | 2012-06-23 | 1 | -0/+7 |
