Merge pull request #62 from LuminosoInsight/name-update

Update my name and the Zenodo citation
This commit is contained in:
Lance Nathan 2018-10-03 17:30:47 -04:00 committed by GitHub
commit c1fe37bab5
2 changed files with 10 additions and 10 deletions

View File

@ -502,24 +502,24 @@ through Zenodo so that it can be reliably cited using a DOI. The current
citation is: citation is:
> Robyn Speer, Joshua Chin, Andrew Lin, Sara Jewett, & Lance Nathan. > Robyn Speer, Joshua Chin, Andrew Lin, Sara Jewett, & Lance Nathan.
> (2017, September 27). LuminosoInsight/wordfreq: v1.7. Zenodo. > (2018, October 3). LuminosoInsight/wordfreq: v2.2. Zenodo.
> http://doi.org/10.5281/zenodo.998161 > https://doi.org/10.5281/zenodo.1443582
The same citation in BibTex format: The same citation in BibTex format:
``` ```
@misc{robert_speer_2017_998161, @misc{robyn_speer_2018_1443582,
author = {Robyn Speer and author = {Robyn Speer and
Joshua Chin and Joshua Chin and
Andrew Lin and Andrew Lin and
Sara Jewett and Sara Jewett and
Lance Nathan}, Lance Nathan},
title = {LuminosoInsight/wordfreq: v1.7}, title = {LuminosoInsight/wordfreq: v2.2},
month = sep, month = oct,
year = 2017, year = 2018,
doi = {10.5281/zenodo.998161}, doi = {10.5281/zenodo.1443582},
url = {https://doi.org/10.5281/zenodo.998161} url = {https://doi.org/10.5281/zenodo.1443582}
} }
``` ```

View File

@ -36,8 +36,8 @@ if sys.version_info < (3, 4):
setup( setup(
name="wordfreq", name="wordfreq",
version='2.2.0', version='2.2.0',
maintainer='Luminoso Technologies, Inc.', maintainer='Robyn Speer',
maintainer_email='info@luminoso.com', maintainer_email='rspeer@luminoso.com',
url='http://github.com/LuminosoInsight/wordfreq/', url='http://github.com/LuminosoInsight/wordfreq/',
license="MIT", license="MIT",
platforms=["any"], platforms=["any"],