Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Jan 10, 2020
1 parent 12f9b72 commit 7a29c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Try it Out
==========

* Stable (v0.10.1): |stable|
* Beta (v1.0rc1): |rc|
* Release Candidate (v1.0rc1): |rc|
* Latest (develop branch): |develop|

.. |stable| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v0.10.1?filepath=examples

.. |beta| image:: https://mybinder.org/badge_logo.svg
.. |rc| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.0rc1?filepath=examples

.. |develop| image:: https://mybinder.org/badge_logo.svg
Expand Down Expand Up @@ -54,4 +54,6 @@ More info

- Complete documentation: https://carto.com/developers/cartoframes/
- Source code: https://github.com/CartoDB/cartoframes
- Bug tracker / feature requests: https://github.com/CartoDB/cartoframes/issues
- Bug tracker / feature requests: https://github.com/CartoDB/cartoframes/issues

`cartoframes` users must have a CARTO API key for most `cartoframes` functionality. For example, writing DataFrames to an account, reading from private tables, and visualizing data on maps all require an API key. CARTO provides API keys for education and nonprofit uses, among others. Request access at support@carto.com. API key access is also given through `GitHub's Student Developer Pack <https://carto.com/blog/carto-is-part-of-the-github-student-pack>`__.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def get_version():

description=DESCRIPTION,
long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
license=LICENSE,
url=URL,

Expand Down

0 comments on commit 7a29c72

Please sign in to comment.