Skip to content

Commit 1c9030c

Browse files
Updated files with 'repo_helper'. (#2)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 482e199 commit 1c9030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
__version__ = "0.1.0"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
32-
extras_require = {"all": []}
32+
extras_require = {}

0 commit comments

Comments
 (0)