-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 799 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 799 Bytes
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
[metadata]
name = chmod_reset
author = Benoit Seignovert
author-email = python@seignovert.fr
summary = Python package to reset right acces on all files, folders and sub-files and folders
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = http://github.com/seignovert/python-chmod-reset
license = MIT
keywords = chmod
classifier =
Development Status :: 3 - Alpha
Natural Language :: English
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.6
Topic :: System
Topic :: System :: System Shells
[files]
packages =
chmod_reset
[wheel]
universal = 1
[entry_points]
console_scripts =
chmod-reset = chmod_reset.__main__:main