mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
feat: migrate to poetry for dependency management and project configuration
- Added pyproject.toml for project metadata and dependencies. - Removed requirements.txt as dependencies are now managed by poetry. - Deleted setup.py as it is no longer needed with poetry.
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
version: 2
|
||||
formats: []
|
||||
|
||||
build:
|
||||
os: ubuntu-lts-latest
|
||||
tools:
|
||||
python: '3.8'
|
||||
python: '3.12'
|
||||
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
fail_on_warning: false
|
||||
builder: html
|
||||
|
||||
python:
|
||||
@@ -18,4 +16,3 @@ python:
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
- requirements: docs/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user