implementing poetry

This commit is contained in:
Florian Kaiser
2024-03-02 23:42:13 +01:00
parent fc60c0fda0
commit 519e667fe9
14 changed files with 417 additions and 112 deletions

View File

@@ -1,5 +1,5 @@
import sys
import os
from pathlib import Path
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
@@ -11,10 +11,10 @@ import os
project = 'pydualsense'
copyright = '2022, Florian (flok) K'
author = 'Florian (flok) K'
release = '0.6.1'
release = '0.7.1'
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../../'))
sys.path.append(str(Path(__file__).parents[2]))
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View File

@@ -1,5 +1,5 @@
pydualsense event system classes
=========================
================================
The `Event System` implements the event system used for the button callbacks