fix pyproject.toml

This commit is contained in:
UpstreamData
2022-07-13 14:29:06 -06:00
parent ed17a0f436
commit c6c87a864d

View File

@@ -5,19 +5,7 @@ description = "A set of modules for interfacing with many common types of ASIC b
authors = ["UpstreamData <brett@upstreamdata.ca>"]
repository = "https://github.com/UpstreamData/pyasic"
documentation = "https://pyasic.readthedocs.io/en/latest/"
long_description = "
# pyasic
*A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH.*
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pypi](https://img.shields.io/pypi/v/pyasic.svg)](https://pypi.org/project/pyasic/)
[![python](https://img.shields.io/pypi/pyversions/pyasic.svg)](https://pypi.org/project/pyasic/)
[![Read the Docs](https://img.shields.io/readthedocs/pyasic)](https://pyasic.readthedocs.io/en/latest/)
You can install pyasic directly from pip with the command `pip install pyasic`
[Documentation](https://pyasic.readthedocs.io/en/latest/)
"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"