From 333fb8de1e9c96c31ad791276c2ccc3ea9f8e52f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 16 Aug 2019 21:19:00 +0000 Subject: [PATCH] Clean up some names, assign authorship, description --- README.rst | 9 +++++++-- setup.py | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 26436e5..1d15628 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/setup.py b/setup.py index a11ffd3..e5c497a 100644 --- a/setup.py +++ b/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 = [