refactor: simplify package name

This commit is contained in:
2025-12-03 20:08:40 +08:00
parent 2d16d5d2d2
commit eba15efd46
16 changed files with 25 additions and 25 deletions

View File

@ -1,17 +1,17 @@
[tool.poetry]
name = "scientific-surfing"
name = "ss"
version = "0.1.0"
description = "A Python package for surfing the internet scientifically"
authors = ["Scientific Surfing Team <team@scientific-surfing.com>"]
readme = "README.md"
packages = [{include = "scientific_surfing"}]
packages = [{include = "ss"}]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
requests = "^2.25.0"
PyYAML = "^6.0.0"
pydantic = "^2.0.0"
ipykernel = "^7.0.1"
ipykernel = "^6.31.0"
[tool.poetry.group.dev.dependencies]
pytest = "^6.0.0"
@ -31,4 +31,4 @@ target-version = ['py38']
testpaths = ["tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]
python_functions = ["test_*"]