This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
zolfa-nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
2 Commits
2786c9ffe1
...
ffc4d05fb1
Author
SHA1
Message
Date
Zolfa
ffc4d05fb1
fix: use https instead of ssh for submodule
2 years ago
Zolfa
9a850a7358
fix: don't track version.py
2 years ago
3 changed files
with
2 additions
and
5 deletions
Unified View
Diff Options
Show Stats
+1
-0
.gitignore
+1
-1
.gitmodules
+0
-4
src/zolfa/nd2reader/version.py
+ 1
- 0
.gitignore
View File
@ -9,6 +9,7 @@ __pycache__/
*.so
*.so
# Distribution / packaging
# Distribution / packaging
src/zolfa/nd2reader/version.py
.Python
.Python
env/
env/
env27/
env27/
+ 1
- 1
.gitmodules
View File
@ -1,4 +1,4 @@
[submodule "docs"]
[submodule "docs"]
path = docs
path = docs
url =
git@github.com:
rbnvrw/nd2reader.git
url =
https://github.com/
rbnvrw/nd2reader.git
branch = gh-pages
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
'
)
Write
Preview
Loading…
Cancel
Save