summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Replaced distutils with setuptoolsAlex Grönholm2021-12-241-1/+1
| | | | Distutils has been deprecated and will be removed in Python 3.12.
* Moved tool configurations to pyproject.tomlAlex Grönholm2021-12-241-12/+0
|
* Migrated flake8 config from setup.cfg to pyproject.tomlAlex Grönholm2021-12-241-3/+0
| | | | This required migrating to pyproject-flake8 as flake8 proper still doesn't support pyproject.toml.
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-1/+1
|
* Use build isolation when building wheel itselfAlex Grönholm2021-12-231-1/+1
|
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-11/+3
|
* Don't count vendored code into coveragemasterAlex Grönholm2021-08-181-1/+2
|
* Added classifier for Python 3.10 supportAlex Grönholm2021-08-091-0/+1
|
* Declare support for and test Python 3.9 (#380)Hugo van Kemenade2020-11-201-0/+1
|
* Vendored the packaging.tags module (#365)Alex Grönholm2020-08-141-1/+0
| | | See the commentary on https://github.com/pypa/wheel/pull/346 for the reason.
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-071-0/+1
| | | The internal pep425tags module has been removed in favor of the "packaging" library.
* Fixed installing from sdist in some non-UTF8 environmentsAlex Grönholm2020-01-281-1/+1
| | | | Fixes #331.
* Fixed installation from sdist (#334)Alex Grönholm2020-01-271-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_scmAlex Grönholm2020-01-221-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 layoutAlex Grönholm2020-01-221-1/+5
| | | | Fixes #37.
* Dropped Python 3.4 supportAlex Grönholm2020-01-221-2/+1
|
* Moved the contents of setup.py to setup.cfgAlex Grönholm2019-10-251-0/+47
|
* Added PEP 517 support to project packagingAlex Grönholm2019-10-251-3/+0
|
* Omitted tox directory trees from coverage resultsAlex Grönholm2017-07-291-0/+1
|
* Moved the tests out of the package treeAlex Grönholm2017-07-291-1/+1
|
* Added flake8 setupAlex Grönholm2017-07-261-0/+3
|
* Improved testing configurationAlex Grönholm2017-07-261-3/+10
|
* use & support setuptools extras:markers syntax.Daniel Holth2014-04-101-9/+0
|
* Merged in pmoore/wheel (pull request #42)Paul Moore2014-03-291-1/+1
|\ | | | | | | Add a --python-tag argument for bdist_wheel
| * Updates following review comments (docs, setup.cfg)Paul Moore2014-03-271-1/+1
| |
* | replace dirspec with pyxdg (hosted on pypi); bump version to 0.23.0Daniel Holth2014-03-261-3/+3
|/
* remove setuptools dependency. wheel has features that work without setuptools.Daniel Holth2013-07-201-1/+0
|
* improve testsDaniel Holth2013-06-231-2/+1
|
* use pytest for testsDaniel Holth2013-06-231-7/+3
|
* experimental metadata.jsonDaniel Holth2013-03-281-2/+3
|
* copy license-file from setup.cfg into .dist-infoDaniel Holth2012-10-311-0/+1
|
* bump version; fix #57, fix #58 (requirements)Daniel Holth2012-10-311-2/+1
|
* use jwk instead of key in signaturesDaniel Holth2012-10-271-1/+1
|
* vendorize pkg_resources; bump versionDaniel Holth2012-09-291-1/+4
|
* Update setup.cfg in to match setup.pyPaul Moore2012-09-241-2/+2
|
* replace setup.py requirements with setup.cfg values if present0.9.6Daniel Holth2012-09-191-1/+11
|
* parse requires_dist from setup.cfg [metadata]Daniel Holth2012-09-151-0/+3
|
* implement markers interpreterDaniel Holth2012-06-231-0/+7