@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " sphinxcontrib-googleanalytics"
77version = " 0.4"
8- license = { text = " BSD" }
8+ license = " BSD-3-Clause "
99authors = [{name = " Domen Kozar" , email = " domen@dev.si" }]
1010maintainers = [{name = " Jelmer Vernooij" , email = " jelmer@jelmer.uk" }]
1111description = " Sphinx extension googleanalytics"
@@ -15,7 +15,6 @@ classifiers = [
1515 " Environment :: Console" ,
1616 " Environment :: Web Environment" ,
1717 " Intended Audience :: Developers" ,
18- " License :: OSI Approved :: BSD License" ,
1918 " Operating System :: OS Independent" ,
2019 " Programming Language :: Python" ,
2120 " Topic :: Documentation" ,
@@ -31,15 +30,8 @@ Repository = "https://github.com/sphinx-contrib/googleanalytics"
3130[tool .setuptools ]
3231zip-safe = false
3332include-package-data = true
34- namespace-packages = [" sphinxcontrib" ]
3533platforms = [" any" ]
3634
3735[tool .setuptools .packages ]
3836find = {namespaces = false }
3937
40- [tool .distutils .egg_info ]
41- tag-build = " dev"
42- tag-date = true
43-
44- [tool .aliases ]
45- release = " egg_info -RDb ''"
0 commit comments