Skip to content

Commit

Permalink
actually include qwota_cli in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Seljenes committed Aug 21, 2022
1 parent fb133c4 commit 3dfbf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
requirements = fh.read()
setup(
name = 'qwota',
version = '0.0.1',
version = '0.0.2',
author = 'Henning Seljenes',
author_email = 'henning.seljenes@gmail.com',
license = 'MIT',
description = 'Tool for checking OpenShift AppliedClusterQuotaResource',
long_description = long_description,
long_description_content_type = "text/markdown",
url = 'https://github.com/hseljenes/qwota',
py_modules = ['qwota'],
py_modules = ['qwota_cli'],
packages = find_packages(),
install_requires = [requirements],
python_requires='>=3',
Expand Down

0 comments on commit 3dfbf2d

Please sign in to comment.