-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (29 loc) · 894 Bytes
/
setup.cfg
File metadata and controls
33 lines (29 loc) · 894 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
31
32
[metadata]
name = pollinotify
version = 1.2
description = inotify wrapper providing polling with timeout for specified filesystem events
long_description = file: README.rst
author = Julian Porter
author_email = julian@jpembedded.solutions
url = http://jpembedded.solutions
keywords =
inotify
polling
file-system changes
linux
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Web Environment
Environment :: No Input/Output (Daemon)
Environment :: X11 Applications
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Python Software Foundation License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Topic :: System :: Filesystems
Topic :: System :: Monitoring
[options]
zip_safe = True
include_package_data = True