Skip to content

Commit 2f801f4

Browse files
committed
Remove metadata variables
The information is all in the package metadata.
1 parent e4199d5 commit 2f801f4

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

β€Žtests/test_iotools.pyβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
file_types = (io.IOBase,)
2020

2121

22-
__author__ = "Niko Ehrenfeuchter"
23-
__copyright__ = "Niko Ehrenfeuchter"
24-
__license__ = "gpl3"
25-
2622

2723
def test_filehandle(tmpdir):
2824
tmpfile = tmpdir.join("testfile")

β€Žtests/test_pathtools.pyβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
from imcflibs.pathtools import jython_fiji_exists
66
from imcflibs.pathtools import image_basename
77

8-
__author__ = "Niko Ehrenfeuchter"
9-
__copyright__ = "Niko Ehrenfeuchter"
10-
__license__ = "gpl3"
11-
128

139
def test_parse_path():
1410
"""Tests using regular POSIX-style paths."""

β€Žtests/test_strtools.pyβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
from imcflibs.strtools import flatten
1010
from imcflibs.strtools import strip_prefix
1111

12-
__author__ = "Niko Ehrenfeuchter"
13-
__copyright__ = "Niko Ehrenfeuchter"
14-
__license__ = "gpl3"
15-
1612

1713
def test__is_string_like():
1814
assert _is_string_like("foo") == True

0 commit comments

Comments
Β (0)