Skip to content

Commit 9443e63

Browse files
committed
some packaging updates
1 parent 2ace19f commit 9443e63

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pyproject.toml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[project]
22
name = "isodate"
33
description = "An ISO 8601 date/time/duration parser and formatter"
4-
# TODO: long_description = "file: README.rst, CHANGES.txt, TODO.txt"
5-
# TODO: url = "https://github.com/gweis/isodate/"
64
authors = [{name="Gerhard Weis"}]
75
# keywords =
86
license = {file = "LICENSE"}
97
# license = {text="BSD-3-Clause"}
10-
#TODO: license_files = "LICENSE"
118
classifiers = [
129
"Development Status :: 4 - Beta",
1310
"Intended Audience :: Developers",
@@ -26,7 +23,13 @@ classifiers = [
2623
"Topic :: Software Development :: Libraries :: Python Modules",
2724
]
2825
# requires-python = ">3.7"
29-
dynamic = ["version"]
26+
dynamic = ["version", "readme"]
27+
28+
[project.urls]
29+
Homepage = "https://github.com/gweis/isodate/"
30+
31+
[tool.setuptools.dynamic]
32+
readme = {file=["README.rst", "CHANGES.txt", "TODO.txt"], content-type="text/x-rst"}
3033

3134

3235
[build-system]

0 commit comments

Comments
 (0)