This repository was archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
56 lines (50 loc) · 1.41 KB
/
Copy pathsetup.cfg
File metadata and controls
56 lines (50 loc) · 1.41 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = statjson
version = attr:statjson.__version__
description = stat(2) output as JSON
long_description = file:README.rst
long_description_content_type = text/x-rst
author = John Thorvald Wodder II
author_email = statjson@varonathe.org
license = MIT
license_files = LICENSE
url = https://github.com/jwodder/statjson
keywords =
stat
json
files
permissions
inode
filemode
#xattr
#ACL
classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: POSIX
License :: OSI Approved :: MIT License
Environment :: Console
Intended Audience :: System Administrators
Topic :: System :: Filesystems
project_urls =
Source Code = https://github.com/jwodder/statjson
Bug Tracker = https://github.com/jwodder/statjson/issues
[options]
packages = find:
package_dir =
=src
python_requires = ~=3.6
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
statjson = statjson.__main__:main