mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
- 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.
19 lines
220 B
YAML
19 lines
220 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-lts-latest
|
|
tools:
|
|
python: '3.12'
|
|
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
builder: html
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|