Skip to main content

A PEP 518 build backend that uses setuptools_scm to generate a version file from your version control system, then flit to build the package.

Project description

flit_scm

A PEP 518 build backend that uses setuptools_scm to generate a version file from your version control system, then flit_core to build the package.

To use it, set the build-system table in your pyproject.toml to as follows:

[build-system]
requires = ["flit_scm"]
build-backend = "flit_scm:buildapi"

Flit and setuptools_scm can be configured as normal (refer to their documentation). Example:

[build-system]
requires = ["flit_scm"]
build-backend = "flit_scm:buildapi"

[tool.flit.sdist]
exclude = [".gitignore"]

[tool.setuptools_scm]
write_to = "src/_version.py"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

flit_scm-1.2.0-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file flit_scm-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: flit_scm-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.10

File hashes

Hashes for flit_scm-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 571ff65349effe61d20834263cd88e93117821d6cc212c71353e6323d450085c
MD5 530f212acb2950e32b17124896703a41
BLAKE2b-256 13379dfc0796424eb7c872fb0a8d8cf0a6243a8d508e1da1395e8ddaa2717f62

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page