Skip to content

Commit ab31b88

Browse files
committed
Fixes for PEP-pyproject readiness / uv
1 parent a16f8be commit ab31b88

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pyproject.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,7 @@ classifiers = [
135135
"Topic :: System :: Shells",
136136
"Typing :: Typed",
137137
]
138-
homepage = "http://github.com/vcs-python/libvcs/"
139138
readme = "README.md"
140-
packages = [
141-
{ include = "*", from = "src" },
142-
]
143-
include = [
144-
{ path = "CHANGES", format = "sdist" },
145-
{ path = "MIGRATION", format = "sdist" },
146-
{ path = ".tmuxp.yaml", format = "sdist" },
147-
{ path = "tests", format = "sdist" },
148-
{ path = "docs", format = "sdist" },
149-
{ path = "conftest.py", format = "sdist" },
150-
]
151139
dependencies = [
152140
"typing-extensions == 4.12.2",]
153141

@@ -182,7 +170,4 @@ test = [
182170
"Bug Tracker" = "https://github.com/vcs-python/libvcs/issues"
183171
Documentation = "https://libvcs.git-pull.com"
184172
Repository = "https://github.com/vcs-python/libvcs"
185-
Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
186-
187-
[project.plugins.pytest11]
188-
libvcs = "libvcs.pytest_plugin"
173+
Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"

0 commit comments

Comments
 (0)