Skip to content

Commit

Permalink
Remove version from main package
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Apr 14, 2023
1 parent f3b0035 commit 9e0d187
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions orpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@
# under the License.

"""orpy is an INDIGO-PaaS orchestrator client."""

import pbr.version


__version__ = pbr.version.VersionInfo("orpy").version_string()
2 changes: 1 addition & 1 deletion orpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Module that deals with versions."""

import pbr
import pbr.version

version_info = pbr.version.VersionInfo("orpy")
try:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
bandit
black
pypi
mypy
; mypi

[gh-actions]
python =
Expand Down

0 comments on commit 9e0d187

Please sign in to comment.