refactor: simplify package name
This commit is contained in:
@ -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_*"]
|
||||
|
||||
Reference in New Issue
Block a user