Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
49d897ab86 | ||
![]() |
7cc5c7abad |
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
# rattail-corepos
|
||||||
|
|
||||||
|
Rattail is a retail software framework, released under the GNU General Public
|
||||||
|
License.
|
||||||
|
|
||||||
|
This package contains software interfaces for the [CORE
|
||||||
|
POS](https://github.com/CORE-POS/IS4C) system.
|
||||||
|
|
||||||
|
Please see Rattail's [home page](https://rattailproject.org/) for more
|
||||||
|
information.
|
14
README.rst
14
README.rst
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
rattail_corepos
|
|
||||||
===============
|
|
||||||
|
|
||||||
Rattail is a retail software framework, released under the GNU General Public
|
|
||||||
License.
|
|
||||||
|
|
||||||
This package contains software interfaces for the `CORE POS`_ system.
|
|
||||||
|
|
||||||
.. _`CORE POS`: https://github.com/CORE-POS/IS4C
|
|
||||||
|
|
||||||
Please see Rattail's `home page`_ for more information.
|
|
||||||
|
|
||||||
.. _`home page`: https://rattailproject.org/
|
|
|
@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||||
name = "rattail_corepos"
|
name = "rattail_corepos"
|
||||||
version = "0.3.9"
|
version = "0.3.9"
|
||||||
description = "Rattail Software Interfaces for CORE POS"
|
description = "Rattail Software Interfaces for CORE POS"
|
||||||
readme = "README.rst"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
license = {text = "GNU GPL v3+"}
|
license = {text = "GNU GPL v3+"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -33,10 +33,10 @@ dependencies = [
|
||||||
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://redmine.rattailproject.org/projects/corepos-integration"
|
Homepage = "https://rattailproject.org"
|
||||||
Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-corepos"
|
Repository = "https://forgejo.wuttaproject.org/rattail/rattail-corepos"
|
||||||
Issues = "https://redmine.rattailproject.org/projects/corepos-integration/issues"
|
Issues = "https://forgejo.wuttaproject.org/rattail/rattail-corepos/issues"
|
||||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-corepos/files/master/CHANGELOG.md"
|
Changelog = "https://forgejo.wuttaproject.org/rattail/rattail-corepos/src/branch/master/CHANGELOG.md"
|
||||||
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
Loading…
Reference in a new issue