🤖 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
0376625128
commit
b57384dfb9
3
LICENSE
Normal file
3
LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
|||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
|
@ -5,3 +5,12 @@
|
|||
# Datagraph Library.
|
||||
|
||||
Utility for working with scheme+ld and other data-graph and semantic web formats.
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```
|
||||
|
|
19
setup.py
19
setup.py
|
@ -13,7 +13,16 @@ PACKAGE_NAME = 'datagraph'
|
|||
PACKAGE_DESCRIPTION = """
|
||||
# Datagraph Library.
|
||||
|
||||
Utility for working with scheme+ld and other data-graph and semantic web formats."""
|
||||
Utility for working with scheme+ld and other data-graph and semantic web formats.
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```"""
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT='Utility for working with scheme+ld and other data-graph and semantic web formats.'
|
||||
|
||||
|
@ -41,13 +50,11 @@ def read_requirements(path: str) -> list[str]:
|
|||
REQUIREMENTS_MAIN = """
|
||||
requests
|
||||
ratelimit
|
||||
wikidata
|
||||
"""
|
||||
wikidata"""
|
||||
|
||||
REQUIREMENTS_TEST = """
|
||||
pytest
|
||||
requests_cache
|
||||
"""
|
||||
requests_cache"""
|
||||
|
||||
|
||||
setup(
|
||||
|
@ -56,7 +63,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