Skip to content

Commit

Permalink
Fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Nov 28, 2016
1 parent 52eb058 commit 472de0d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include README.md
include README.rst
include LICENSE.txt
include release_notes.rst
10 changes: 0 additions & 10 deletions README.md

This file was deleted.

10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
============
Static Model
============

**Static Model** provides a simple framework for modeling objects that
might otherwise be modeled using persistence technologies such as
the Django ORM, but that do not belong in the database.

For more details, read the Documentation: https://staticmodel.readthedocs.org/en/latest.

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def file_read(filename):
author="Warren A. Smith",
author_email="warren@wandrsmith.net",
description="Static Models.",
long_description=file_read("README.md"),
long_description=file_read("README.rst"),
license="MIT",
keywords="static constant model enum",
url="https://github.com/wsmith323/staticmodel",
Expand All @@ -33,7 +33,6 @@ def file_read(filename):

# Indicate who your project is intended for
'Intended Audience :: Developers',
'Topic :: Software Development :: Object Modeling',

# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 472de0d

Please sign in to comment.