This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
forked from dandi/dandi-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from lincbrain/ak-linc
Modify dandi-cli to work as linc-cli
- Loading branch information
Showing
3 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[metadata] | ||
name = dandi | ||
url = http://dandiarchive.org | ||
author = DANDI developers | ||
author_email = team@dandiarchive.org | ||
maintainer = Yaroslav O. Halchenko | ||
maintainer_email = [email protected] | ||
name = lincbrain | ||
url = http://lincbrain.org | ||
author = LINC developers | ||
author_email = team@lincbrain.org | ||
maintainer = Aaron Kanzer | ||
maintainer_email = [email protected] | ||
classifiers = | ||
Development Status :: 1 - Planning | ||
Environment :: Console | ||
|
@@ -18,12 +18,12 @@ classifiers = | |
Programming Language :: Python :: 3.11 | ||
Topic :: Scientific/Engineering | ||
license = Apache 2.0 | ||
description = Command line client for interaction with DANDI archive elements | ||
description = Command line client for interaction with LINC Brain archive elements | ||
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters