Mercurial > personal > weatherlog
comparison pyproject.toml @ 25:2ec668fdec88
Remove bogus license field from pyproject
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 02 Mar 2025 19:33:21 -0500 |
parents | e0bf84641c09 |
children |
comparison
equal
deleted
inserted
replaced
24:e0bf84641c09 | 25:2ec668fdec88 |
---|---|
3 build-backend = "hatchling.build" | 3 build-backend = "hatchling.build" |
4 | 4 |
5 [project] | 5 [project] |
6 name = "weatherlog" | 6 name = "weatherlog" |
7 dynamic = ["version"] | 7 dynamic = ["version"] |
8 license = "" | |
9 requires-python = ">=3.7" | 8 requires-python = ">=3.7" |
10 dependencies = [ | 9 dependencies = [ |
11 "attrs", | 10 "attrs", |
12 "pymongo", | 11 "pymongo", |
13 "pytz", | 12 "pytz", |