diff --git a/Makefile b/Makefile index 6c88031..f107112 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/p doc-sync: rsync -rlv --delete --omit-dir-times $(BUILD_DIR)/html/ $(www_target)/ -upload: dist/systemd-python-$(VERSION).tar.gz dist/systemd-python-$(VERSION).tar.gz.asc - twine-3 upload $+ +upload: dist/systemd_python-$(VERSION).tar.gz + twine upload $+ TAGS: $(shell git ls-files systemd/*.[ch]) $(ETAGS) $+ diff --git a/pyproject.toml b/pyproject.toml index f80df6f..9f4e5eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ name = "systemd-python" dynamic = ["version"] description = "Python interface for libsystemd" readme = "README.md" -license = { text = "LGPL-2.1-or-later" } +license = "LGPL-2.1-or-later" +license-files = [ "LICENSE.txt" ] authors = [{ email = "david@davidstrauss.net" }] maintainers = [ { name = "systemd developers", email = "systemd-devel@lists.freedesktop.org" }, @@ -13,7 +14,6 @@ maintainers = [ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", "Operating System :: POSIX :: Linux", "Programming Language :: C", "Programming Language :: Python :: 3",