Skip to content

Commit f7ada73

Browse files
committed
Fix pyproject.toml
1 parent acd8548 commit f7ada73

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "sphinxcontrib-googleanalytics"
77
version = "0.4"
8-
license = {text = "BSD"}
8+
license = "BSD-3-Clause"
99
authors = [{name = "Domen Kozar", email = "domen@dev.si"}]
1010
maintainers = [{name = "Jelmer Vernooij", email = "jelmer@jelmer.uk"}]
1111
description = "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]
3231
zip-safe = false
3332
include-package-data = true
34-
namespace-packages = ["sphinxcontrib"]
3533
platforms = ["any"]
3634

3735
[tool.setuptools.packages]
3836
find = {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

Comments
 (0)