Add build dev dependencies and bump to 0.2.0
This commit is contained in:
parent
1416aa4279
commit
b7a1d5ac4b
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "latecomers"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "Retrieve and save data from ADR Ciampino airport"
|
||||
authors = [{name="Leonardo Barcaroli", email="blallo@autistici.org"}]
|
||||
license = {text="Public Domain"}
|
||||
|
@ -23,6 +23,7 @@ include = ["latecomers*"]
|
|||
dev = [
|
||||
"ipython",
|
||||
"black",
|
||||
"build",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
|
Loading…
Reference in New Issue
Block a user