Skip to content

Commit

Permalink
metadata fixes
Browse files Browse the repository at this point in the history
- zenodo
- CODEOWNERS
  • Loading branch information
casperdcl committed Jul 3, 2019
1 parent 89d1494 commit ee117f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# primary maintainer
* @casperdcl
# Require maintainer's :+1: for changes to the .github/ repo-config files
# mainly due to https://github.com/probot/settings privilege escalation
.github/* @github/pages
# @mention if >= 30%
DEMO.ipynb @casperdcl @martinzugnoni
demo.yml @casperdcl @martinzugnoni
codecov.yml @lrq3000
LICENCE @noamraph @casperdcl
setup.py @casperdcl @lrq3000
tqdm/_tqdm_notebook.py @lrq3000 @casperdcl
tqdm/tests/tests_pandas.py @casperdcl @chengs
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ "metadata": {
{
"title": "tqdm: A fast, Extensible Progress Bar for Python and CLI",
"keywords": [
"progressbar", "progressmeter", "progress-bar", "meter", "rate", "eta",
Expand All @@ -8,4 +8,4 @@
{"name": "da Costa-Luis, Casper O.", "orcid": "0000-0002-7211-1557"}],
"contributors": [
{"name": "tqdm developers", "type": "other", "affiliation": "tqdm"}]
}}
}

0 comments on commit ee117f8

Please sign in to comment.