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 a923b3c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 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.

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = "0.1.0"
__version__ = "0.1.2"


def file_read(filename):
Expand All @@ -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 a923b3c

Please sign in to comment.