@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " git-me-the-url"
77dynamic = [" version" ]
8- requires-python = " >=3.5 "
8+ requires-python = " >=3.7 "
99dependencies = [
1010 " gitpython" ,
1111]
@@ -15,22 +15,14 @@ authors = [
1515]
1616description = " Generate sharable links to your Git source"
1717readme = " README.md"
18- license = {file = " LICENSE " }
18+ license = {text = " LGPLv3 " }
1919classifiers = [
2020 " Development Status :: 5 - Production/Stable" ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.5" ,
24- " Programming Language :: Python :: 3.6" ,
25- " Programming Language :: Python :: 3.7" ,
26- " Programming Language :: Python :: 3.8" ,
27- " Programming Language :: Python :: 3.9" ,
28- " Programming Language :: Python :: 3.10" ,
29- " Programming Language :: Python :: 3.11" ,
30- " Programming Language :: Python :: 3.12" ,
3123 " Programming Language :: Python :: 3 :: Only" ,
3224 " Intended Audience :: Developers" ,
33- " License :: OSI Approved :: GNU General Public License v3 (GPLv3 )" ,
25+ " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3 )" ,
3426 " Operating System :: OS Independent" ,
3527 " Topic :: Software Development :: Version Control :: Git" ,
3628]
0 commit comments