equal
deleted
inserted
replaced
20 'docs') |
20 'docs') |
21 |
21 |
22 README = os.path.join(DOCS, 'README.txt') |
22 README = os.path.join(DOCS, 'README.txt') |
23 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
23 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
24 |
24 |
25 version = '0.1.1' |
25 version = '0.1.2' |
26 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
26 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
27 |
27 |
28 tests_require = [] |
28 tests_require = [] |
29 |
29 |
30 setup(name='pyams_security', |
30 setup(name='pyams_security', |
56 install_requires=[ |
56 install_requires=[ |
57 'setuptools', |
57 'setuptools', |
58 # -*- Extra requirements: -*- |
58 # -*- Extra requirements: -*- |
59 'authomatic', |
59 'authomatic', |
60 'fanstatic', |
60 'fanstatic', |
|
61 'pyams_file', |
61 'pyramid', |
62 'pyramid', |
62 'zope.component', |
63 'zope.component', |
63 'zope.interface', |
64 'zope.interface', |
64 'zope.password', |
65 'zope.password', |
65 'zope.principalannotation' |
66 'zope.principalannotation' |