Add license information and update authors

This commit is contained in:
2023-10-22 15:07:06 +02:00
parent 6ca03cc19c
commit 4a59d34df2
9 changed files with 790 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "d2warehouse"
authors = [
{name = "omicron"},
{name = "omicron", email="omicron.me@protonmail.com"},
{name = "Andreas", email="andreasruden91@gmail.com"},
]
description = "personal notes keeping"
classifiers = [
@@ -16,7 +17,6 @@ classifiers = [
requires-python = ">=3.9"
license = {text = "GPLv3 License"}
dependencies = [
"PyYAML",
"bitarray",
]
dynamic = ["version"]