Skip to content

Commit

Permalink
reformatting setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 24, 2024
1 parent ba29a2e commit 157f88c
Showing 1 changed file with 24 additions and 32 deletions.
56 changes: 24 additions & 32 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,35 +1,27 @@
[project]
name = 'asyncinotify'
[metdata]
name = asyncinotify
description = 'A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features'
version = '4.0.9'
readme = 'README.rst'
version = 4.0.9
readme = README.rst
long_description = file: README.rst
long_description_content_type = text/x-rst
requires-python = '>= 3.6, < 4'
license = {text = 'MPL-2.0'}
keywords = [
'async',
'inotify',
]
license = MPL 2.0
license_files = LICENSE
maintainer = Taylor C. Richberger
maintainer_email = tcr@absolute-performance.com
url = https://asyncinotify.readthedocs.io/
keywords =
async
inotify

classifiers=[
'Development Status :: 6 - Mature',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Operating System :: POSIX :: Linux',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Intended Audience :: Developers',
'Framework :: AsyncIO',
]

[[project.authors]]
name = "Taylor C. Richberger"
email = "tcr@absolute-performance.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.2,<4", 'wheel']
classifiers =
Development Status :: 6 - Mature
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Operating System :: POSIX :: Linux
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Intended Audience :: Developers
Framework :: AsyncIO

0 comments on commit 157f88c

Please sign in to comment.