-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (37 loc) · 1.14 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
[flake8]
exclude = venv
[metadata]
name = metaset
version = 2.0.1.dev0
author = Polyconseil
author_email = opensource+metaset@polyconseil.fr
description = A container for dicts of sets - alternative to dictset
long_description = file: README.rst
license = BSD
keywords = metaset, dictset, set, container
url = https://github.com/Polyconseil/metaset
download_url = https://pypi.python.org/pypi/metaset/
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python
License :: OSI Approved :: BSD License
Topic :: Software Development :: Libraries :: Python Modules
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
include_package_data = True
packages = find:
python_requires = >=3.8
[options.packages.find]
exclude =
tests*
[zest.releaser]
create-wheel = yes