2 Commits

3 changed files with 2 additions and 5 deletions
Split View
  1. +1
    -0
      .gitignore
  2. +1
    -1
      .gitmodules
  3. +0
    -4
      src/zolfa/nd2reader/version.py

+ 1
- 0
.gitignore View File

@ -9,6 +9,7 @@ __pycache__/
*.so
# Distribution / packaging
src/zolfa/nd2reader/version.py
.Python
env/
env27/


+ 1
- 1
.gitmodules View File

@ -1,4 +1,4 @@
[submodule "docs"]
path = docs
url = git@github.com:rbnvrw/nd2reader.git
url = https://github.com/rbnvrw/nd2reader.git
branch = gh-pages

+ 0
- 4
src/zolfa/nd2reader/version.py View File

@ -1,4 +0,0 @@
# file generated by setuptools_scm
# don't change, don't track in version control
__version__ = version = '2.0.2.dev268+g026928a.d20230117'
__version_tuple__ = version_tuple = (2, 0, 2, 'dev268', 'g026928a.d20230117')

Loading…
Cancel
Save