Skip to content

Commit e8c3721

Browse files
committed
update metadata
1 parent cfb8b5a commit e8c3721

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "codegen"
33
dynamic = ["version", "urls"]
4-
description = "Add your description here"
4+
description = "A python library for manipulating codebases"
55
readme = "README.md"
66
# renovate: datasource=python-version depName=python
77
requires-python = ">=3.12, <3.14"
@@ -60,7 +60,8 @@ dependencies = [
6060
"starlette<1.0.0,>=0.16.0",
6161
"tqdm>=4.67.1",
6262
]
63-
license = {file = "LICENSE"}
63+
64+
license = {text="Apache-2.0"}
6465
classifiers = [
6566
"License :: OSI Approved :: Apache Software License",
6667
"Intended Audience :: Developers", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Topic :: Software Development", "Development Status :: 4 - Beta", "Environment :: MacOS X", "Programming Language :: Python :: 3", "Programming Language :: Python", ]
@@ -209,7 +210,7 @@ junit_duration_report = "call"
209210
junit_logging = "all"
210211

211212
[build-system]
212-
requires = ["hatchling>=1.26.3", "hatch-vcs>=0.4.0", "setuptools-scm>=8.0.0"]
213+
requires = ["hatchling>=1.26.3", "hatch-vcs>=0.4.0", "setuptools-scm>=8.0.0", "setuptools>=75.8.0"]
213214
build-backend = "hatchling.build"
214215

215216
[tool.deptry]

0 commit comments

Comments
 (0)