Add build dev dependencies and bump to 0.2.0
This commit is contained in:
parent
1416aa4279
commit
ddfe0df5ec
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user