-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to setup.cfg based install (#61)
* Move from poetry to standard setup.cfg based install * Fix actions * Fix requirements * Add flake8 as dev dependency * Update pre-commit versions * Fix test
- Loading branch information
1 parent
5a8051a
commit 3b390b6
Showing
9 changed files
with
193 additions
and
1,706 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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
include .pre-commit-config.yaml | ||
include THANKS.md | ||
include LICENCE | ||
include notebooks/*.ipynb | ||
include notebooks/nav.nav | ||
include notebooks/readme.md | ||
include docs/*.md | ||
include docs/*.png | ||
include docs/*.py | ||
include requirements.txt | ||
include scripts/*.py | ||
include setup_win.bat | ||
include tests/*.py | ||
include tests/config/*.yaml | ||
include tests/config/*/*.yaml | ||
include instamatic/camera/*.dll | ||
include instamatic/camera/*.h | ||
include instamatic/camera/*.lockfile | ||
include instamatic/camera/*.md | ||
include instamatic/camera/tpx/*.bpc | ||
include instamatic/camera/tpx/*.dacs | ||
include instamatic/camera/tpx/*.txt | ||
include instamatic/config/*.yaml | ||
include instamatic/config/alignments/*.yaml | ||
include instamatic/config/calibration/*.yaml | ||
include instamatic/config/camera/*.yaml | ||
include instamatic/config/microscope/*.yaml | ||
include instamatic/config/scripts/*.md | ||
include instamatic.neural_network/*.p |
Oops, something went wrong.