forked from adbar/simplemma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prepare version 1.0.0 * make sure tests can be reproduced * fix mypy version * update readme * fix history * update included files
- Loading branch information
Showing
6 changed files
with
45 additions
and
19 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 |
---|---|---|
@@ -1,17 +1,20 @@ | ||
#include AUTHORS.rst | ||
#include CONTRIBUTING.rst | ||
include CITATION.cff | ||
include HISTORY.rst | ||
include LICENSE | ||
include README.rst | ||
include README.md | ||
include licenses/ | ||
include simplemma/py.typed | ||
graft simplemma/data/ | ||
graft simplemma/strategies/ | ||
|
||
recursive-exclude * __pycache__ | ||
recursive-exclude * *.py[co] | ||
include tests/__init__.py tests/test_*.py | ||
graft tests/data/ | ||
graft tests/strategies/ | ||
|
||
recursive-include conf.py Makefile make.bat *.jpg *.png *.gif | ||
# recursive-include docs *.rst | ||
graft licenses/ | ||
|
||
include training/*.py training/*.rst training/*.txt | ||
|
||
# recursive-include docs *.md | ||
# include requirements-*.txt |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
black==24.4.1 | ||
black==24.4.2 | ||
flake8==7.0.0 | ||
mypy==1.10.0 | ||
pytest==8.1.1 | ||
pytest==8.2.1 | ||
pytest-cov==5.0.0 | ||
types-requests==2.31.0.20240406 | ||
types-requests==2.32.0.20240523 |
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