- commit
- 0d09cafef75357dcb10aa667c5b6c4d6400726f0
- parent
- cb6c98f5d5a930ab393ab9fa50d9b38c3c1582fc
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-08-31 01:48
package
Diffstat
| A | pyproject.toml | 20 | ++++++++++++++++++++ |
1 files changed, 20 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
@@ -0,0 +1,20 @@
-1 1 [build-system]
-1 2 requires = ["setuptools"]
-1 3 build-backend = "setuptools.build_meta"
-1 4
-1 5 [project]
-1 6 name = "nominaldelta"
-1 7 version = "0.0.0"
-1 8 description = "nominal difference of date/datetime"
-1 9 readme = "README.md"
-1 10 license = {text = "MIT"}
-1 11 keywords = ["datetime"]
-1 12 authors = [
-1 13 {name = "Tobias Bengfort", email = "tobias.bengfort@posteo.de"}
-1 14 ]
-1 15
-1 16 [project.urls]
-1 17 Homepage = "https://github.com/xi/nominaldelta"
-1 18
-1 19 [tool.setuptools]
-1 20 py-modules = ["nominaldelta"]