From e7ac011a93ed67d8b35f185e7abce1e88607b6f7 Mon Sep 17 00:00:00 2001 From: TreyWW <73353716+TreyWW@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:25:44 +0000 Subject: [PATCH] Renaming and added a temporary readme --- README.md | 6 ++++-- mkdocs.yml | 13 +++++++------ setup.cfg.old | 29 ----------------------------- 3 files changed, 11 insertions(+), 37 deletions(-) delete mode 100644 setup.cfg.old diff --git a/README.md b/README.md index 5358948..ac980d8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# Django Umami +# MyFinances Python Client -### Coming soon \ No newline at end of file +The MyFinances Python Client provides a seamless way to interact with the MyFinances API for creating invoices, managing customers, and handling other finance-related operations directly from your Python code. + +More details coming soon \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 88b138f..b8cd40f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ dev_addr: 127.0.0.1:3000 -site_name: Django Umami +site_name: MyFinances theme: name: material custom_dir: docs/overrides @@ -74,16 +74,17 @@ markdown_extensions: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg -repo_name: django-umami -repo_url: https://github.com/TreyWW/django-umami +repo_name: MyFinances-Python +repo_url: https://github.com/Strelix/MyFinances-python/ -site_url: https://docs.strelix.org/django-umami/ +#site_url: https://docs.strelix.org/django-umami/ + +site_description: The MyFinances Python Client provides a seamless way to interact with the MyFinances API for creating invoices, managing customers, and handling other finance-related operations directly from your Python code. -site_description: Documentation for django-umami site_author: treyww nav: - - Django Umami: + - MyFinances: - index.md - User Guide: - user-guide/getting-started/index.md diff --git a/setup.cfg.old b/setup.cfg.old deleted file mode 100644 index 2d55a2b..0000000 --- a/setup.cfg.old +++ /dev/null @@ -1,29 +0,0 @@ -[metadata] -name = django-umami -version = 0.0.2 -description = A django package to connect to umami for tracking actions -long_description = A django package to connect to umami for tracking actions -url = https://github.com/TreyWW/django-umami -author = TreyWW -author_email = trey@strelix.org -license = MIT -classifiers = - Environment :: Web Environment - Framework :: Django - Intended Audience :: Developers - License :: OSI Approved :: BSD License - Operating System :: OS Independent - Programming Language :: Python - Programming Language :: Python :: 3 - Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Topic :: Internet :: WWW/HTTP - Topic :: Internet :: WWW/HTTP :: Dynamic Content - -[options] -include_package_data = true -packages = find: -python_requires = >=3.10 -install_requires = Django >= 3.2 \ No newline at end of file