Clean up some names, assign authorship, description
This commit is contained in:
parent
9b0bbb74c2
commit
333fb8de1e
|
@ -1,8 +1,13 @@
|
||||||
.. -*- mode: rst -*-
|
.. -*- mode: rst -*-
|
||||||
|
|
||||||
rattail-tutorial
|
rattail-tutorial
|
||||||
===========
|
================
|
||||||
|
|
||||||
This is a starter Rattail project. See the `Rattail website`_ for more info.
|
This project is intended for use as a "tutorial" for Rattail app development.
|
||||||
|
|
||||||
|
It contains documentation for the tutorial itself, but also contains
|
||||||
|
code for the tutorial app, which users may run locally for testing.
|
||||||
|
|
||||||
|
See the `Rattail website`_ for more info.
|
||||||
|
|
||||||
.. _`Rattail website`: https://rattailproject.org/
|
.. _`Rattail website`: https://rattailproject.org/
|
||||||
|
|
10
setup.py
10
setup.py
|
@ -50,12 +50,12 @@ requires = [
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "Rattail_tutorial",
|
name = "rattail-tutorial",
|
||||||
version = __version__,
|
version = __version__,
|
||||||
author = "Your Name",
|
author = "Lance Edgar",
|
||||||
author_email = "you@example.com",
|
author_email = "lance@edbob.org",
|
||||||
# url = "",
|
url = "https://rattailproject.org",
|
||||||
description = "Rattail project for Your Company",
|
description = "Rattail Development Tutorial",
|
||||||
long_description = README,
|
long_description = README,
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue