🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
7f06555a32
commit
a5b4992a10
3
LICENSE
Normal file
3
LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
|||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
|
@ -48,3 +48,12 @@ Secret loading order:
|
|||
|
||||
Copyright 2024 Jon Michael Aanes.
|
||||
All rights reserved.
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```
|
||||
|
|
19
setup.py
19
setup.py
|
@ -56,7 +56,16 @@ Secret loading order:
|
|||
## License
|
||||
|
||||
Copyright 2024 Jon Michael Aanes.
|
||||
All rights reserved."""
|
||||
All rights reserved.
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```"""
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT='System for loading secrets from a variety of sources.'
|
||||
|
||||
|
@ -82,12 +91,10 @@ def read_requirements(path: str) -> list[str]:
|
|||
|
||||
|
||||
REQUIREMENTS_MAIN = """
|
||||
frozendict
|
||||
"""
|
||||
frozendict"""
|
||||
|
||||
REQUIREMENTS_TEST = """
|
||||
pytest
|
||||
"""
|
||||
pytest"""
|
||||
|
||||
|
||||
setup(
|
||||
|
@ -96,7 +103,7 @@ setup(
|
|||
description=PACKAGE_DESCRIPTION_SHORT,
|
||||
long_description=PACKAGE_DESCRIPTION,
|
||||
long_description_content_type='text/markdown',
|
||||
author='Jmaa',
|
||||
author='Jon Michael Aanes',
|
||||
author_email='jonjmaa@gmail.com',
|
||||
url='https://gitfub.space/Jmaa/' + PACKAGE_NAME,
|
||||
packages=[PACKAGE_NAME],
|
||||
|
|
Loading…
Reference in New Issue
Block a user