Skip to content

Commit

Permalink
Fix licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed May 23, 2021
1 parent 28c15dc commit ecd5c48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
File renamed without changes.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
name = "autotrash"
version = "0.0.0"
description = "Script to automatically purge old trash"
authors = ["A. Bram Neijt <[email protected]>"]
license = "GPLv3"
authors = ["Bram Neijt <[email protected]>"]
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"
Expand Down

0 comments on commit ecd5c48

Please sign in to comment.