Clean up some names, assign authorship, description
This commit is contained in:
parent
9b0bbb74c2
commit
333fb8de1e
|
@ -1,8 +1,13 @@
|
|||
.. -*- mode: rst -*-
|
||||
|
||||
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/
|
||||
|
|
10
setup.py
10
setup.py
|
@ -50,12 +50,12 @@ requires = [
|
|||
|
||||
|
||||
setup(
|
||||
name = "Rattail_tutorial",
|
||||
name = "rattail-tutorial",
|
||||
version = __version__,
|
||||
author = "Your Name",
|
||||
author_email = "you@example.com",
|
||||
# url = "",
|
||||
description = "Rattail project for Your Company",
|
||||
author = "Lance Edgar",
|
||||
author_email = "lance@edbob.org",
|
||||
url = "https://rattailproject.org",
|
||||
description = "Rattail Development Tutorial",
|
||||
long_description = README,
|
||||
|
||||
classifiers = [
|
||||
|
|
Loading…
Reference in a new issue