diff --git a/README.rst b/README.rst index d48c8c8..68b89f7 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,9 @@ universal wheel in Python 3.6+ and PyPy. Usage ----- -See tests for more example code. API will be generated soon. +API has been generated `here `_. + +See tests and examples for example usage. License ------- diff --git a/pyproject.toml b/pyproject.toml index bc4bc7a..c0af872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = 'Tool for displaying numpy arrays.' authors = ['SimLeek '] license = 'MIT' readme = "README.rst" -repository = "https://github.com/sdispater/poetry" +repository = "https://github.com/simleek/displayarray" [tool.poetry.dependencies] python = "^3.6"