24 lines
544 B
INI
24 lines
544 B
INI
[metadata]
|
|
name = cic_utils
|
|
version = 0.1.0
|
|
description = Common utils for CIC
|
|
author = William Luke
|
|
author_email = william@atto-byte.com
|
|
url = https://git.grassecon.net/grassrootseconomics/cic-utils
|
|
keywords =
|
|
cic
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
Operating System :: OS Independent
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
license = GPL
|
|
licence_files =
|
|
LICENSE
|
|
|
|
[options]
|
|
python_requires = >= 3.6
|
|
packages = find:
|
|
|
|
[options.packages.find]
|
|
exclude = tests |