docs: use markdown for readme file
This commit is contained in:
parent
860355f8af
commit
b2113bcd88
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
# rattail_mailchimp
|
||||||
|
|
||||||
|
Rattail is a retail software framework, released under the GNU General
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
This package contains software interfaces for the
|
||||||
|
[MailChimp](https://mailchimp.com/) system.
|
||||||
|
|
||||||
|
Please see the [Rattail Project](https://rattailproject.org/) for more
|
||||||
|
information.
|
14
README.rst
14
README.rst
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
rattail_mailchimp
|
|
||||||
=================
|
|
||||||
|
|
||||||
Rattail is a retail software framework, released under the GNU General
|
|
||||||
Public License.
|
|
||||||
|
|
||||||
This package contains software interfaces for the `MailChimp`_ system.
|
|
||||||
|
|
||||||
.. _`MailChimp`: https://mailchimp.com/
|
|
||||||
|
|
||||||
Please see the `Rattail Project`_ for more information.
|
|
||||||
|
|
||||||
.. _`Rattail Project`: https://rattailproject.org/
|
|
|
@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||||
name = "rattail-mailchimp"
|
name = "rattail-mailchimp"
|
||||||
version = "0.3.3"
|
version = "0.3.3"
|
||||||
description = "Rattail Software Interfaces for MailChimp"
|
description = "Rattail Software Interfaces for MailChimp"
|
||||||
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 = [
|
||||||
|
|
Loading…
Reference in a new issue