Add README.txt to setup.py.

This commit is contained in:
Andrius Štikonas 2020-12-27 19:31:11 +00:00
parent cb5645fcf0
commit 1e4a60e642
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name = "neohubapi",
version = "0.1",