forked from patricklaw/clortho
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change all references from Zuul to Clortho (renaming the project)
- Loading branch information
Patrick Lawson
committed
Jan 28, 2013
1 parent
12fa63a
commit 19ab5d5
Showing
13 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
include .gitignore | ||
include README.md | ||
recursive-include zuul *.py | ||
recursive-include clortho *.py | ||
recursive-include docs * | ||
prune docs/_* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
zuul | ||
==== | ||
clortho | ||
======= | ||
|
||
There is no authentication, there is only ZUUL | ||
The Keymaster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
from clortho.auth import UserBase |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,14 +23,14 @@ | |
DESCRIPTION = 'Web Authentication with SQLAlchemy' | ||
|
||
setup( | ||
name='Zuul', | ||
name='Clortho', | ||
version=VERSION, | ||
description=DESCRIPTION, | ||
author='Patrick Lawson', | ||
license='Apache 2', | ||
author_email='[email protected]', | ||
url='http://github.com/shopwiki/zuul', | ||
packages=['zuul'], | ||
url='http://github.com/shopwiki/clortho', | ||
packages=['clortho'], | ||
install_requires=['sqlalchemy', 'py-bcrypt'], | ||
classifiers = [ | ||
'Development Status :: 2 - Pre-Alpha', | ||
|
This file was deleted.
Oops, something went wrong.