Skip to content

Commit

Permalink
Migrate from setup.py to pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: gcarq <[email protected]>
  • Loading branch information
gcarq committed Nov 30, 2023
1 parent 5e83462 commit b787c53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 39 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = 'lostfiles'
version = '0.5.3'
description = 'A simple script to identify files not tracked by Portage package manager'
readme = 'README.md'
requires-python = '>=3.8'
keywords = ['gentoo', 'portage', 'maintenance']
license = {file = 'LICENSE'}
authors = [
{name = 'Michael Egger', email = '[email protected]'},
]

[project.scripts]
lostfiles = "lostfiles:main"
39 changes: 0 additions & 39 deletions setup.py

This file was deleted.

0 comments on commit b787c53

Please sign in to comment.