add project description

This commit is contained in:
Florian Förster 2025-11-20 14:42:23 +01:00
parent e4775e8cc5
commit 08fec71a88
2 changed files with 4 additions and 3 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.11

View File

@ -1,9 +1,9 @@
[project] [project]
name = "py311" name = "polluck-blockchain"
version = "0.1.0" version = "0.1.0"
description = "PLEASE ADD PROJECT DESCRIPTION" description = "blockchain module of the research project >Polluck<"
authors = [ authors = [
{name = "PLEASE ADD AUTHOR", email = "PLEASE ADD EMAIL ADDRESS"}, {name = "d-opt GmbH, resp. Florian Foerster", email = "f.foerster@d-opt.com"},
] ]
dependencies = [] dependencies = []
requires-python = ">=3.11" requires-python = ">=3.11"