Skip to content

Commit

Permalink
Updated RST readme and pushed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mubdi committed Mar 15, 2018
1 parent ca4ce85 commit 76ff691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,3 @@ For full usage, details are available in the ` documentation <http://knowyourdat
Help and Support
----------------
* Documentation: http://knowyourdata.readthedocs.io/


Development To Do:
==================
Data Support
------------
* **Add support for Pandas**
* Add support for masked arrays
* Add support for record arrays
* Allow n-dimensional arrays
* Special support for boolean arrays


Display
-------
* Create simple options for graphs and the like

Docs
----
* Write Extended Sphinx Docs
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

# Arguments marked as "Required" below must be included for upload to PyPI.
Expand All @@ -39,7 +39,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0a1', # Required
version='0.1.0a3', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 76ff691

Please sign in to comment.