diff --git a/README.rst b/README.rst index 9eeea7e..f85c4a7 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ====================================== -The Mia! Django Accounting Application +The Mia! Accounting Django Application ====================================== @@ -13,7 +13,7 @@ a modern back-end framework and front-end technology like jQuery. The first revision was in Perl/Mojolicious_ in 2019. This is the second revision in Python/Django in 2020. -The Mia! Django accounting application comes with two parts: +The Mia! Accounting Django application comes with two parts: - The ``accounting`` application contains the main accounting application. @@ -23,7 +23,7 @@ The Mia! Django accounting application comes with two parts: You may try it in live demonstration at: -- URL: https://accounting.imacat.idv.tw/accounting +- URL: https://accounting-django.imacat.idv.tw/accounting - Username: ``admin`` - Password: ``12345`` @@ -38,14 +38,14 @@ Installation Install ------- -The Mia! Django accounting application requires Python 3.7 and Django +The Mia! Accounting Django application requires Python 3.7 and Django 3.1. -Install ``mia-accounting`` with ``pip``. +Install ``mia-accounting-django`` with ``pip``. .. code:: - pip install mia-accounting + pip install mia-accounting-django ``settings.py`` --------------- @@ -147,7 +147,7 @@ And you are done. Management Commands =================== -The following management commands are added by *the Mia! accounting +The following management commands are added by *the Mia! Accounting Django application* to ``manage.py``: ``accounting_accounts`` @@ -283,9 +283,9 @@ The following advanced settings are available in ``settings.py``. Bugs and Supports ================= -The Mia! Django accounting application is hosted on GitHub. +The Mia! Accounting Django application is hosted on GitHub. - https://github.com/imacat/mia-accounting + https://github.com/imacat/mia-accounting-django Address all bugs and support requests to imacat@mail.imacat.idv.tw. @@ -293,7 +293,7 @@ Address all bugs and support requests to imacat@mail.imacat.idv.tw. Copyright ========= - Copyright (c) 2020-2021 imacat. + Copyright (c) 2020-2023 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/source/conf.py b/docs/source/conf.py index d09fedf..1993b59 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,8 +14,8 @@ django.setup() # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'Mia! Accounting' -copyright = '2022, imacat' +project = 'Mia! Accounting Django' +copyright = '2022-2023, imacat' author = 'imacat' release = '0.1.0' diff --git a/docs/source/index.rst b/docs/source/index.rst index 17eaab3..47d23c4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,10 +1,10 @@ -.. Mia! Accounting documentation master file, created by +.. Mia! Accounting Django documentation master file, created by sphinx-quickstart on Thu Dec 8 00:42:14 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to Mia! Accounting's documentation! -=========================================== +Welcome to Mia! Accounting Django's documentation! +================================================== .. toctree:: :maxdepth: 2 diff --git a/setup.cfg b/setup.cfg index e0c23f1..7db530a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # The setup.cfg # by imacat , 2020/9/7 -# Copyright (c) 2020 imacat. +# Copyright (c) 2020-2023 imacat. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,12 +20,12 @@ name = mia-accounting version = 0.1.0 author = imacat author_email = imacat@mail.imacat.idv.tw -description = A Django accounting application. +description = The Mia! Accounting Django project. long_description = file: README.rst long_description_content_type = text/x-rst -url = https://github.com/imacat/mia-accounting +url = https://github.com/imacat/mia-accounting-django project_urls = - Bug Tracker = https://github.com/imacat/mia-accounting/issues + Bug Tracker = https://github.com/imacat/mia-accounting-django/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: Apache Software License