Browse Source

fix README references

master
j 8 years ago
parent
commit
d77b875bbb
  1. 2
      MANIFEST.in
  2. 2
      setup.py

2
MANIFEST.in

@ -1,4 +1,4 @@
include LICENSE
include MANIFEST.in
include README
include README.md
recursive-include people/templates *

2
setup.py

@ -16,7 +16,7 @@ setup(
name='django-people',
version=__import__('people').__version__,
description='Person model, mixins and helpers for Django',
long_description=read('README'),
long_description=read('README.md'),
author='Erik Stein',
author_email='erik@classlibrary.net',
# url='https://github.com/sha-red/django-people/',

Loading…
Cancel
Save