-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (26 loc) · 931 Bytes
/
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
[metadata]
name = schulze-condorcet
version = 2.0.1
author = Markus Walter
author_email = dev@jonglieren-jena.de
maintainer = CdE-Datenbank development team
maintainer_email = cdedb@lists.cde-ev.de
description = Python package to evaluate ballots using the Schulze Concordet method.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = schulze, condorcet, voting
url = https://github.com/cde-ev/schulze-condorcet
project_urls =
Bug Tracker = https://github.com/cde-ev/schulze-condorcet/issues
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Typing :: Typed
[options]
packages = schulze_condorcet
python_requires = >=3.8
[options.package_data]
schulze_condorcet = py.typed