Fixed readme and pypi link.
This commit is contained in:
@ -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
|
||||||
-------
|
-------
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user