Migrating to uv build and manager (#16)

* Migrating to uv build and manager

* Updated Flake8 settings

* Updating github workflow

* Update python-package.yml

* Removed redundant flake8 run

* Version number in banner

---------

Co-authored-by: Jamie Hardt <jamie@squad51.us>
This commit is contained in:
Jamie Hardt
2025-09-20 10:04:15 -07:00
committed by GitHub
parent 4cd6ba1772
commit 09ed12fc8f
29 changed files with 40 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
[flake8]
per-file-ignores =
ptulsconv/__init__.py: F401
ptulsconv/docparser/__init__.py: F401
src/ptulsconv/__init__.py: F401
src/ptulsconv/docparser/__init__.py: F401