Skip to content

Fix #364: Improve pyproject.toml #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

tomschr
Copy link
Member

@tomschr tomschr commented May 29, 2022

  • Use setuptools
  • Add metadata
  • Use dynamic version from semver.__about__.__version__ (set already in setup.cfg)
  • Add build.sh script to call build module (not needed anymore)

@tomschr tomschr added the Infra All about infrastructure (GitHub Action, project build etc.) label May 29, 2022
@tomschr tomschr self-assigned this May 29, 2022
@tomschr tomschr force-pushed the feature/pyproject.toml branch from a84e397 to 362213f Compare May 29, 2022 16:37
@tomschr tomschr force-pushed the feature/pyproject.toml branch 8 times, most recently from 68e3368 to 8e74a47 Compare October 4, 2022 20:01
* Improve pyproject.toml
  * Use setuptools
  * Add metadata
  * Taken approach from
    https://godatadriven.com/blog/a-practical-guide-to-setuptools-and-pyproject-toml/

* Doc: Describe building of semver

* Correct small glitches
  * Remove .travis.yml in MANIFEST.in (not needed anymore)
  * Distinguish between Python3.6 and others in tox.ini
  * Add skip_missing_interpreters option for tox.ini

* Add changelog entry

* GH Action:
  * Upgrade setuptools and setuptools-scm
  * Also test against 3.11.0-rc.2
@tomschr tomschr force-pushed the feature/pyproject.toml branch from 8e74a47 to 3eae18c Compare October 4, 2022 20:14
@tomschr tomschr changed the title Improve pyproject.toml Fix #365: Improve pyproject.toml Oct 4, 2022
@tomschr tomschr marked this pull request as ready for review October 4, 2022 20:16
@tomschr tomschr merged commit c83c562 into python-semver:master Oct 4, 2022
@tomschr tomschr deleted the feature/pyproject.toml branch October 4, 2022 20:23
@tomschr tomschr changed the title Fix #365: Improve pyproject.toml Fix #364: Improve pyproject.toml Oct 4, 2022
@tomschr tomschr mentioned this pull request Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infra All about infrastructure (GitHub Action, project build etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant