Skip to content

Commit

Permalink
updated for pypi submission. It's up now!
Browse files Browse the repository at this point in the history
  • Loading branch information
skoczen committed Sep 26, 2011
1 parent 1558193 commit ab73cd3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
pip-log.txt
zebra_sample_project/zebra_sample.db
zebra_sample_project/locals.py
django_zebra.egg-info/*
dist/*
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Usage

## Installation ##

1. `pip` install (from here, for the moment. pypi support coming soon. ):
`pip install -e git://github.com/GoodCloud/django-zebra.git#egg=zebra`
1. `pip install django-zebra`

2. Edit your `settings.py:`

Expand Down
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,23 @@
SOURCE_DIR = os.path.join(ROOT_DIR)

setup(
name = "zebra",
name = "django-zebra",
description = "Library for Django and Stripe",
author = "Steven Skoczen",
author_email = "[email protected]",
url = "https://github.com/GoodCloud/django-zebra",
version = "0.3",
version = "0.4",
packages = find_packages(),
zip_safe = False,
classifiers = [
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)

0 comments on commit ab73cd3

Please sign in to comment.