Skip to content

Commit

Permalink
Get version info with setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander authored and muayyad-alsadi committed Sep 11, 2021
1 parent b6a9f8e commit 785f7ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1

[metadata]
version = attr: podman_compose.__version__
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
except:
readme = ''

from podman_compose import __version__ as podman_compose_version

setup(
name='podman-compose',
version=podman_compose_version,
description="A script to run docker-compose.yml using podman",
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 785f7ad

Please sign in to comment.