From b57384dfb95c93929c881197d6c6264982221fff Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Tue, 9 Jul 2024 23:59:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- LICENSE | 3 +++ README.md | 9 +++++++++ setup.py | 19 +++++++++++++------ 3 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6a69d01 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Copyright (c) 2024 Jon Michael Aanes + +All rights reserved. diff --git a/README.md b/README.md index 4c1321b..362c8db 100644 --- a/README.md +++ b/README.md @@ -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. +``` diff --git a/setup.py b/setup.py index 96c62a8..73fd48f 100644 --- a/setup.py +++ b/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],