-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from Paillat-dev/master
Modernize project: Use pyproject.toml, uv package manager, update Python support, and revise examples
- Loading branch information
Showing
15 changed files
with
590 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,10 +47,12 @@ MANIFEST | |
|
||
|
||
|
||
|
||
.DS_Store | ||
|
||
# Jupyter Notebook | ||
.ipynb_checkpoints | ||
|
||
.epg_data/* | ||
|
||
# uv | ||
.python-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
graft docs | ||
prune docs/_build | ||
prune .github/ | ||
include LICENSE *.rst *.cfg *.ini pyproject.toml uv.lock .coveragerc | ||
graft aiocron | ||
graft tests | ||
include Pipfile Pipfile.lock *.rst *.cfg *.ini LICENSE | ||
global-exclude *.pyc | ||
global-exclude __pycache__ | ||
include .coveragerc | ||
graft docs | ||
prune docs/_build | ||
prune .github | ||
recursive-include examples *.py | ||
exclude .installed.cfg | ||
global-exclude *.pyc __pycache__ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.