Clean up some names, assign authorship, description

This commit is contained in:
Lance Edgar 2019-08-16 21:19:00 +00:00
parent 9b0bbb74c2
commit 333fb8de1e
2 changed files with 12 additions and 7 deletions

View file

@ -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/

View file

@ -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 = [