chore: remove unnecessary setup.py

- poetry-core is sufficient for handling builds
Этот коммит содержится в:
Viginum-DataScientist-6 2025-07-31 09:28:19 +00:00
родитель 3cdea198bb
Коммит 045bd4becf
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -26,5 +26,5 @@ optional = true
pytest = "^8.3.5"
[build-system]
requires = ["setuptools", "poetry-core"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

Просмотреть файл

@ -1,4 +0,0 @@
#!/usr/bin/env python
from setuptools import setup
setup()