Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e0b8797046 | ||
![]() |
69ce07a778 |
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
# rattail-harvest
|
||||||
|
|
||||||
|
Rattail is a retail software framework, released under the GNU General
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
This package contains software interfaces for
|
||||||
|
[Harvest](https://www.getharvest.com/).
|
||||||
|
|
||||||
|
Please see the [Rattail Project](https://rattailproject.org/) for more
|
||||||
|
information.
|
14
README.rst
14
README.rst
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
rattail-harvest
|
|
||||||
===============
|
|
||||||
|
|
||||||
Rattail is a retail software framework, released under the GNU General
|
|
||||||
Public License.
|
|
||||||
|
|
||||||
This package contains software interfaces for `Harvest`_.
|
|
||||||
|
|
||||||
.. _`Harvest`: https://www.getharvest.com/
|
|
||||||
|
|
||||||
Please see the `Rattail Project`_ for more information.
|
|
||||||
|
|
||||||
.. _`Rattail Project`: https://rattailproject.org/
|
|
|
@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||||
name = "rattail-harvest"
|
name = "rattail-harvest"
|
||||||
version = "0.3.2"
|
version = "0.3.2"
|
||||||
description = "Rattail integration package for Harvest"
|
description = "Rattail integration package for Harvest"
|
||||||
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 = [
|
||||||
|
@ -31,8 +31,8 @@ dependencies = [
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://rattailproject.org"
|
Homepage = "https://rattailproject.org"
|
||||||
Repository = "https://kallithea.rattailproject.org/rattail-project/rattail-harvest"
|
Repository = "https://forgejo.wuttaproject.org/rattail/rattail-harvest"
|
||||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/rattail-harvest/files/master/CHANGELOG.md"
|
Changelog = "https://forgejo.wuttaproject.org/rattail/rattail-harvest/src/branch/master/CHANGELOG.md"
|
||||||
|
|
||||||
|
|
||||||
[project.entry-points."rattail.typer_imports"]
|
[project.entry-points."rattail.typer_imports"]
|
||||||
|
|
Loading…
Reference in a new issue