Apply current workspace changes

This commit is contained in:
2026-04-22 01:52:21 +08:00
parent cf34b9a8ed
commit cb518b431f
449 changed files with 92252 additions and 321 deletions
+23
View File
@@ -0,0 +1,23 @@
[project]
name = "AutoGACOS"
authors = [{name = "Fancy", email = "fanchengyan@outlook.com"}]
description = "A Python library for automatically submitting and downloading GACOS data"
version = "0.1.0"
requires-python = ">=3.6"
dependencies = [
"data_downloader",
"faninsar",
]
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["GACOS", "data", "downloader"]
[project.optional-dependencies]
dev = [
"pytest"
]
[project.urls]
Homepage = "https://github.com/Fanchengyan/AutoGACOS"
Repository = "https://github.com/Fanchengyan/AutoGACOS"