Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardopires committed Mar 3, 2013
1 parent e9e913d commit 5882921
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 55 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

include LICENSE
include README.rst
include README.markdown
include *.txt

include version.py
Expand Down
52 changes: 0 additions & 52 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
url='https://github.com/bcarneiro/django-tenant-schemas',
license='MIT',
description='Tenant support for Django using PostgreSQL schemas.',
long_description=open('README.rst').read() if exists("README.rst") else "",
long_description=open('README.markdown').read() if exists("README.markdown") else "",
classifiers=[
'License :: OSI Approved :: MIT License',
'Framework :: Django',
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_git_version():

# Finally, return the current version.

return version
return version[1:]


if __name__ == "__main__":
Expand Down

0 comments on commit 5882921

Please sign in to comment.