diff --git a/COPYING b/LICENSE.txt similarity index 100% rename from COPYING rename to LICENSE.txt diff --git a/pyproject.toml b/pyproject.toml index af544ad..aedaae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,13 @@ name = "autotrash" version = "0.0.0" description = "Script to automatically purge old trash" -authors = ["A. Bram Neijt "] -license = "GPLv3" +authors = ["Bram Neijt "] readme = "README.md" repository = "https://github.com/bneijt/autotrash" +classifiers = [ + "Environment :: Console", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", +] [tool.poetry.dependencies] python = "^3.6"