diff --git a/pyproject.toml b/pyproject.toml index 96a154b..539109b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,12 +19,11 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Markup :: HTML", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", ] keywords = ["Markdown", "typesetting", "include", "plugin", "extension"] -license = {text = "GNU General Public License v3 (GPLv3)"} +license = "GPL-3.0-only" authors = [{name = "Chris MacMackin", email = "cmacmackin@gmail.com"}] -urls = {project = "https://github.com/cmacmackin/markdown-include"} +urls = {homepage = "https://github.com/cmacmackin/markdown-include"} dependencies = [ "markdown>=3.0", ] diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 5aef279..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -description-file = README.rst