Skip to content

Commit

Permalink
Cleaned up requirements, read me and incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Baxter committed Jan 6, 2014
1 parent 69d3942 commit d7312a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ Tango-Photos is a reusable app for photo galleries in Django. While it forms a k

##Installation:

pip install tango-photos

or

pip install git+https://github.com/tBaxter/tango-photos.git

tango_shared is a dependency. It will be installed.

## Usage:
Add 'photos' and 'tango_shared' to your installed apps, then run syncdb or migrate.

9 changes: 1 addition & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
Django>=1.5.1
Markdown>=2.3.1
Pillow>=2.1.0
docutils>=0.10
easy-thumbnails>=1.3
smartypants>=1.6.0.3
typogrify>=2.0.0
tango-shared>=0.5
tango-shared-core>=0.6
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='tango-photos',
version='0.2',
version='0.2.1',
author=u'Tim Baxter',
author_email='mail.baxter@gmail.com',
url='http://github.com/tBaxter/tango-photos',
Expand All @@ -17,6 +17,5 @@
packages=find_packages(),
install_requires=required,
zip_safe=False,
include_package_data=True,
dependency_links = ['http://github.com/tBaxter/tango-shared-core/tarball/master#egg=tango-shared-0.5']
include_package_data=True
)

0 comments on commit d7312a7

Please sign in to comment.