File: pyproject.toml

package info (click to toggle)
python-asyncinotify 4.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 1,174; makefile: 15
file content (33 lines) | stat: -rw-r--r-- 865 bytes parent folder | download
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
[project]
name = 'asyncinotify'
dynamic = ['description', 'version']
readme = 'README.rst'
requires-python = '>= 3.6, < 4'
license = 'MPL-2.0'
keywords = [
    'async',
    'inotify',
]

classifiers=[
    'Development Status :: 6 - Mature',
    'Programming Language :: Python :: 3',
    'Programming Language :: Python :: 3.6',
    'Operating System :: POSIX :: Linux',
    'Topic :: Software Development :: Libraries',
    'Topic :: Software Development :: Libraries :: Python Modules',
    'Intended Audience :: Developers',
    'Framework :: AsyncIO',
]

[[project.authors]]
name = "Taylor C. Richberger"
email = "taylor.richberger@procern.com"

[project.urls]
repository  = 'https://github.com/ProCern/asyncinotify/'
documentation = 'https://asyncinotify.readthedocs.io/'

[build-system]
build-backend = "flit_core.buildapi"
requires = ["flit_core >=3.12,<4"]