mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-08 06:59:22 +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:
|
||||
readme = ''
|
||||
|
||||
version = '0.1'
|
||||
version = '0.1.1'
|
||||
|
||||
setup(
|
||||
name='podman-compose',
|
||||
version=version,
|
||||
description="A script to run docker-compose.yml using podman",
|
||||
long_description=readme,
|
||||
long_description_content_type='text/markdown',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2",
|
||||
|
Loading…
Reference in New Issue
Block a user