Skip to content

Commit

Permalink
Merge branch 'main' into update_python
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Jun 25, 2024
2 parents 228723c + 18fa10c commit 695d085
Show file tree
Hide file tree
Showing 35 changed files with 1,635 additions and 2,731 deletions.
3 changes: 1 addition & 2 deletions .prospector.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ignore-paths:
- cubi_tk/_version.py
- versioneer.py
- cubi_tk/version.py

pep257:
disable:
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif

include versioneer.py
include cubi_tk/_version.py
include cubi_tk/version.py
recursive-include cubi_tk/isa_tpl *.json *.txt

include requirements.txt requirements/*.txt
5 changes: 1 addition & 4 deletions cubi_tk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
from ._version import get_versions # type: ignore

__version__ = get_versions()["version"]
del get_versions
from cubi_tk.version import __version__
Loading

0 comments on commit 695d085

Please sign in to comment.