-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move version * remove __version__ import from conf.py --------- Co-authored-by: tommyod <tommy.odland>
- Loading branch information
Showing
4 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[build-system] | ||
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] | ||
requires = ["setuptools>=45"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "streprogen" | ||
dynamic = ["version", "readme"] | ||
version = "4.0.2" | ||
dynamic = ["readme"] | ||
description = "The Python strength program generator." | ||
authors = [ | ||
{name = "Tommy Odland", email = "[email protected]"}, | ||
|
@@ -32,9 +33,6 @@ dependencies = [ | |
Homepage = "https://github.com/tommyod/streprogen" | ||
Repository = "https://github.com/tommyod/streprogen.git" | ||
|
||
[tool.setuptools_scm] | ||
write_to = "streprogen/_version.py" | ||
|
||
[tool.setuptools.dynamic] | ||
readme = {file = ["README.rst"], content-type = "text/x-rst"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters