forked from jan/debianmemberportfolio
switch to simplejson and complete setup.py
This commit is contained in:
parent
8e6a6f74e5
commit
2cf7e9d67a
2 changed files with 9 additions and 5 deletions
10
setup.py
10
setup.py
|
|
@ -26,9 +26,13 @@ array of URLs.""",
|
|||
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
package_data= {
|
||||
'ddportfolioservice' : ['*.ini'],
|
||||
},
|
||||
install_requires=[
|
||||
# -*- Extra requirements: -*-
|
||||
'PasteDeploy',
|
||||
'python-json'
|
||||
# -*- Extra requirements: -*-
|
||||
'Paste',
|
||||
'PasteDeploy',
|
||||
'simplejson'
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue