Repository URL to install this package:
|
Version:
1.5.7 ▾
|
from setuptools import setup
requires = [
'pyramid',
]
setup(name='tutorial',
install_requires=requires,
)