Skip to content

Commit

Permalink
some packaging updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gweis committed Oct 8, 2024
1 parent 2ace19f commit 9443e63
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[project]
name = "isodate"
description = "An ISO 8601 date/time/duration parser and formatter"
# TODO: long_description = "file: README.rst, CHANGES.txt, TODO.txt"
# TODO: url = "https://github.com/gweis/isodate/"
authors = [{name="Gerhard Weis"}]
# keywords =
license = {file = "LICENSE"}
# license = {text="BSD-3-Clause"}
#TODO: license_files = "LICENSE"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -26,7 +23,13 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
# requires-python = ">3.7"
dynamic = ["version"]
dynamic = ["version", "readme"]

[project.urls]
Homepage = "https://github.com/gweis/isodate/"

[tool.setuptools.dynamic]
readme = {file=["README.rst", "CHANGES.txt", "TODO.txt"], content-type="text/x-rst"}


[build-system]
Expand Down

0 comments on commit 9443e63

Please sign in to comment.