Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
more progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Nov 20, 2023
1 parent eca9e2d commit 68e3a66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
platforms = OS Independent
project_urls =
Source Code = https://github.com/dandi/dandi-cli
Source Code = https://github.com/lincbrain/linc-cli
Documentation = https://dandi.readthedocs.io

[options]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

if sys.version_info < (3,):
raise RuntimeError(
"dandi-cli's setup.py requires python 3 or later. "
"linc-cli's setup.py requires python 3 or later. "
"You are using %s" % sys.version
)

Expand All @@ -38,4 +38,4 @@
setup_kw = {}

if __name__ == "__main__":
setup(name="dandi", **setup_kw)
setup(name="lincbrain", **setup_kw)

0 comments on commit 68e3a66

Please sign in to comment.