mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-09 15:38:13 +01:00
Fix PyPI long description
This commit is contained in:
parent
8c226b04c6
commit
e0fae78c05
3
setup.py
3
setup.py
@ -6,13 +6,14 @@ try:
|
|||||||
except:
|
except:
|
||||||
readme = ''
|
readme = ''
|
||||||
|
|
||||||
version = '0.1'
|
version = '0.1.1'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='podman-compose',
|
name='podman-compose',
|
||||||
version=version,
|
version=version,
|
||||||
description="A script to run docker-compose.yml using podman",
|
description="A script to run docker-compose.yml using podman",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
|
Loading…
Reference in New Issue
Block a user