9 lines
250 B
TOML
9 lines
250 B
TOML
[project]
|
|
name = "gears" # REQUIRED, is the only field that cannot be marked as dynamic.
|
|
|
|
version = "0.0.0"
|
|
|
|
# TODO: specify optional dependency frozen libraries with .update
|
|
# look into dataclasses.replace
|
|
# TODO: specify test-dependency for pytest
|