-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (25 loc) · 772 Bytes
/
setup.cfg
File metadata and controls
26 lines (25 loc) · 772 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
[metadata]
name = async-sync-tools
version = 0.0.3
author = Manuel Stingl
author_email = opensource@voltane.eu
description = Utilities for asyncio, sync to async and async to sync
long_description = file: README.md
long_description_content_type = text/markdown
license = GNU LGPLv2.1
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Operating System :: OS Independent
Framework :: Django
Framework :: FastAPI
Topic :: Utilities
# Development Status :: 5 - Production/Stable
url = https://github.com/Voltane-EU/async-sync-tools
[options]
zip_safe = false
python_requires = >=3.6
packages = find:
include_package_data = true
install_requires =
sentry-tools