Skip to content

Commit

Permalink
build: define build system (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Oct 20, 2023
1 parent ada4432 commit 1c18396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ gene_norm_update_remote = "gene.cli:update_from_remote"
gene_norm_dump = "gene.cli:dump_database"
gene_norm_check_db = "gene.cli:check_db"

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = {attr = "gene.version.__version__"}

Expand Down

0 comments on commit 1c18396

Please sign in to comment.