-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now working
- Loading branch information
Avelino
committed
Jul 13, 2016
1 parent
0e3953a
commit f4f567e
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -4,10 +4,11 @@ | |
|
||
|
||
description = "Bottle plugin beaker, WSGI middleware for sessions and caching" | ||
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()] | ||
|
||
setup( | ||
name='bottle-beaker', | ||
version="0.1.1", | ||
version="0.1.2", | ||
description=description, | ||
author="Thiago Avelino", | ||
author_email="[email protected]", | ||
|
@@ -16,6 +17,7 @@ | |
zip_safe=False, | ||
url='https://github.com/bottlepy/bottle-beaker', | ||
py_modules=['bottle_beaker'], | ||
install_requires = REQUIREMENTS, | ||
requires=['bottle (>=0.9)', 'beaker'], | ||
classifiers=[ | ||
'Environment :: Web Environment', | ||
|