vue-billingmanager/setup.cfg

24 lines
601 B
INI

[metadata]
name = vue_billingmanager
author = Sonia Soares
version = 0.1
description = Billing control for equitable expense division between housemates
license_file = LICENSE
classifiers =
Framework :: Vue
Programming Language :: Python :: 3
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License version 3 (GPL-3.0)
Operating System :: OS Independent
url = https://github.com/soniacs/vue-billingmanager/
[sdist]
formats = zip
[options]
zip_safe = True
packages = vue_billingmanager
install_requires =
importlib-metadata;python_version<"3.9"