File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
1717]
1818readme = " README.md"
1919requires-python = " >= 3.10"
20- license = { text = " GNU General Public License v3 or later (GPLv3+) " }
20+ license = " GPL-3.0-or- later"
2121keywords = [
2222 " terminal" ,
2323 " tui" ,
@@ -31,7 +31,6 @@ classifiers = [
3131 " Intended Audience :: Developers" ,
3232 " Intended Audience :: End Users/Desktop" ,
3333 " Intended Audience :: Information Technology" ,
34- " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
3534 " Natural Language :: English" ,
3635 " Operating System :: OS Independent" ,
3736 " Programming Language :: Python :: 3 :: Only" ,
@@ -83,5 +82,7 @@ url = "https://test.pypi.org/simple/"
8382publish-url = " https://test.pypi.org/legacy/"
8483explicit = true
8584
86- [tool .hatch .build .targets .wheel ]
87- packages = [" src/peplum" ]
85+ [tool .pyright ]
86+ venvPath =" ."
87+ venv =" .venv"
88+ exclude =[" .venv" ]
You can’t perform that action at this time.
0 commit comments