Skip to content

Commit

Permalink
dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 29, 2024
1 parent 4207f04 commit d758832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "compas_dr"
version = "0.1.0"
description = "Constrained form finding using the Dynamic Relaxation Method."
keywords = ["form finding", "dynamic relaxation"]
authors = [{ name = "tom van mele", email = "[email protected]" }]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.9"
dynamic = ['dependencies', 'optional-dependencies']
dynamic = ['dependencies', 'optional-dependencies', 'version']
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering",
Expand All @@ -40,6 +39,7 @@ include-package-data = true
zip-safe = false

[tool.setuptools.dynamic]
version = { attr = "compas_dr.__version__" }
dependencies = { file = "requirements.txt" }
optional-dependencies = { dev = { file = "requirements-dev.txt" }, hpc = { file = "requirements-hpc.txt" } }

Expand Down

0 comments on commit d758832

Please sign in to comment.