-
Notifications
You must be signed in to change notification settings - Fork 182
/
Copy pathsetup.cfg
42 lines (39 loc) · 831 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = trash-cli
version = attr: trashcli.trash.version
author = Andrea Francia
author_email = [email protected]
url = https://github.com/andreafrancia/trash-cli
description = Command line interface to FreeDesktop.org Trash.
long_description = file: README.rst
license = GPL v2
long_description_content_type = text/x-rst
[options]
packages =
trashcli
trashcli.empty
trashcli.put
trashcli.put.fs
trashcli.lib
scripts =
trash
trash-put
trash-list
trash-restore
trash-empty
trash-rm
install_requires =
psutil
six
typing
[options.extras_require]
completion =
shtab
[options.data_files]
share/man/man1 =
man/man1/trash-empty.1
man/man1/trash-list.1
man/man1/trash-restore.1
man/man1/trash.1
man/man1/trash-put.1
man/man1/trash-rm.1