-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (28 loc) · 824 Bytes
/
setup.cfg
File metadata and controls
31 lines (28 loc) · 824 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
[metadata]
name = library_registry
version = attr: library_registry.__version__
description = Library Registry
long_description = file: README.md
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Flask
Framework :: Flake8
Framework :: Sphinx
Intended Audience :: Developers
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Topic :: Internet :: WWW/HTTP :: Site Management
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.12
license_file = LICENSE
[bdist_wheel]
universal = False
[tool:pytest]
testpaths = tests
cache_dir = /tmp/.pytest_cache
[coverage:run]
branch = True
source =
library_registry