Commit d1c5b406 by aagusti

live 31-01-2017

1 parent 6f916da1
Showing 1 changed file with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ from setuptools import setup, find_packages ...@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read() README = open(os.path.join(here, 'README.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read() CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
# test
requires=['pyramid>=1.5a2', requires=['pyramid>=1.5a2',
'SQLAlchemy', 'SQLAlchemy',
'transaction', 'transaction',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!