Fixed readme and pypi link.

This commit is contained in:
simleek
2019-11-10 10:51:39 -07:00
parent c4a94a3073
commit cf2e4f44fb
2 changed files with 4 additions and 2 deletions

View File

@ -110,7 +110,9 @@ universal wheel in Python 3.6+ and PyPy.
Usage Usage
----- -----
See tests for more example code. API will be generated soon. API has been generated `here <https://simleek.github.io/displayarray/index.html>`_.
See tests and examples for example usage.
License License
------- -------

View File

@ -5,7 +5,7 @@ description = 'Tool for displaying numpy arrays.'
authors = ['SimLeek <simulator.leek@gmail.com>'] authors = ['SimLeek <simulator.leek@gmail.com>']
license = 'MIT' license = 'MIT'
readme = "README.rst" readme = "README.rst"
repository = "https://github.com/sdispater/poetry" repository = "https://github.com/simleek/displayarray"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.6"