mirror of
https://github.com/88lex/safire.git
synced 2025-02-24 05:44:42 +08:00
update sleep
This commit is contained in:
parent
1fe8718c09
commit
757fa67f8f
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "safire"
|
||||
version = "0.1.9"
|
||||
version = "0.2.0"
|
||||
description = "A flexible tool to create and delete Google / GSuite service accounts to be used with shared drives."
|
||||
authors = ["88lex"]
|
||||
keywords = ["gsuite", "sas", "service accounts"]
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.9"
|
||||
__version__ = "0.2.0"
|
||||
|
|
|
@ -40,7 +40,7 @@ class Commands:
|
|||
Most commands accept a 'filter'to process subsets. If no filter all items are listed."""
|
||||
|
||||
def __init__(self):
|
||||
Init()
|
||||
# Init()
|
||||
self.list = List()
|
||||
self.add = Add()
|
||||
self.remove = Remove()
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ if os.path.exists(readme_path):
|
|||
setup(
|
||||
long_description=readme,
|
||||
name='safire',
|
||||
version='0.1.9',
|
||||
version='0.2.0',
|
||||
description='A flexible tool to create and delete Google / GSuite service accounts to be used with shared drives.',
|
||||
python_requires='==3.*,>=3.6.1',
|
||||
author='88lex',
|
||||
|
|
Loading…
Reference in a new issue