Skip to content

Commit

Permalink
Merge pull request #159 from OZI-Project:fix-metadata
Browse files Browse the repository at this point in the history
fix: package metadata download-url correction
  • Loading branch information
rjdbcm authored Sep 11, 2024
2 parents f7aa81d + 08a20ee commit 1f006a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Part of ozi-core.
# See LICENSE.txt in the project root for details.
[project]
dynamic = ["version"]
license = {file = "LICENSE.txt"}
dependencies = [
'GitPython~=3.1',
Expand Down Expand Up @@ -36,14 +35,15 @@ classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Intended Audience :: Other Audience",
"Natural Language :: English",
"Typing :: Typed",
"Environment :: Other Environment",
]
description-file="README.rst"
download-url="https://github.com/rjdbcm/ozi-core/archive/refs/tags/{version}.tar.gz"
download-url="https://github.com/OZI-Project/ozi-core/archive/refs/tags/{version}.tar.gz"
home-page="https://www.oziproject.dev"
keywords="OZI,mesonbuild"
license="Apache-2.0 WITH LLVM-exception"
Expand Down

0 comments on commit 1f006a2

Please sign in to comment.