Add build dev dependencies and bump to 0.2.0

This commit is contained in:
sfigato 2022-09-07 23:50:28 +02:00
parent 1416aa4279
commit ddfe0df5ec
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F

View File

@ -1,6 +1,6 @@
[project] [project]
name = "latecomers" name = "latecomers"
version = "0.1.0" version = "0.2.0"
description = "Retrieve and save data from ADR Ciampino airport" description = "Retrieve and save data from ADR Ciampino airport"
authors = [{name="Leonardo Barcaroli", email="blallo@autistici.org"}] authors = [{name="Leonardo Barcaroli", email="blallo@autistici.org"}]
license = {text="Public Domain"} license = {text="Public Domain"}
@ -23,6 +23,7 @@ include = ["latecomers*"]
dev = [ dev = [
"ipython", "ipython",
"black", "black",
"build",
] ]
[build-system] [build-system]