mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Add long description to setup.cfg (#1828)
This commit is contained in:
parent
3df440454a
commit
b1087394f2
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
[metadata]
|
||||
license_files = LICENSE
|
||||
author = Jonathan Zernik
|
||||
description = Node for squeak protocol
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
||||
[bdist_wheel]
|
||||
universal = True
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -97,7 +97,6 @@ setup(
|
|||
name="squeaknode",
|
||||
version=__version__,
|
||||
url="https://github.com/yzernik/squeaknode",
|
||||
description="Node for squeak protocol.",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue