@@ -135,19 +135,7 @@ classifiers = [
135135 " Topic :: System :: Shells" ,
136136 " Typing :: Typed" ,
137137]
138- homepage = " http://github.com/vcs-python/libvcs/"
139138readme = " 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- ]
151139dependencies = [
152140 " typing-extensions == 4.12.2" ,]
153141
@@ -182,7 +170,4 @@ test = [
182170"Bug Tracker" = " https://github.com/vcs-python/libvcs/issues"
183171Documentation = " https://libvcs.git-pull.com"
184172Repository = " 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