-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (44 loc) · 1.35 KB
/
setup.cfg
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = enumagic
license = Zlib
keywords = enum, magic
author = ObserverOfTime
author_email = [email protected]
version = attr: enumagic.__version__
description = Enums infused with magic.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/ObserverOfTime/enumagic.py
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: zlib/libpng License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Python Modules
Typing :: Typed
project_urls =
Bug tracker = https://github.com/ObserverOfTime/enumagic.py/issues
Donations = https://github.com/sponsors/ObserverOfTime
[options]
packages = find:
python_requires = >=3.9
[options.package_data]
* = py.typed
[options.extras_require]
dev =
sphinx~=7.2
sphinx-rtd-theme~=2.0
[bdist_wheel]
universal = 1
[mypy]
disable_error_code = override,var-annotated
[pylint."MESSAGES CONTROL"]
disable = not-an-iterable,signature-differs