added readme -> description code
This commit is contained in:
parent
6aedc5a275
commit
fe4d1363f4
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -41,6 +41,9 @@ def find_resource_files():
|
|||
'*'))
|
||||
return package_data
|
||||
|
||||
with open(path.join(path.abspath(path.dirname(__file__)), "README.md"), "r") as f:
|
||||
long_description = f.read()
|
||||
|
||||
# Setup configuration
|
||||
setup(
|
||||
name=PYPI_NAME,
|
||||
|
|
Loading…
Add table
Reference in a new issue