File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed
Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -93,21 +93,32 @@ dependencies = [
9393]
9494dynamic = [" version" ]
9595
96- [project .optional-dependencies ]
96+ [project .urls ]
97+ Repository = " https://github.com/Stoops-ML/czml3"
98+ Documentation = " https://czml3.readthedocs.io/en"
99+
100+ [dependency-groups ]
97101dev = [
102+ " build" ,
98103 " pytest" ,
99104 " pytest-cov" ,
100105 " pytest-mypy" ,
101- " types-python-dateutil " ,
106+ " ruff " ,
102107 " tox" ,
108+ " types-python-dateutil" ,
109+ ]
110+
111+ [project .optional-dependencies ]
112+ dev = [
103113 " build" ,
114+ " pytest" ,
115+ " pytest-cov" ,
116+ " pytest-mypy" ,
104117 " ruff" ,
118+ " tox" ,
119+ " types-python-dateutil" ,
105120]
106121
107- [project .urls ]
108- Repository = " https://github.com/Stoops-ML/czml3"
109- Documentation = " https://czml3.readthedocs.io/en"
110-
111122[tool .setuptools .dynamic ]
112123version = {attr = " czml3.__version__" }
113124
Original file line number Diff line number Diff line change 11from .core import CZML_VERSION , Document , Packet
22
3- __version__ = "2.3.6 "
3+ __version__ = "3.0.0 "
44
55__all__ = ["Document" , "Packet" , "CZML_VERSION" ]
You can’t perform that action at this time.
0 commit comments