forked from orbit-oss/flask
Moves largerapp into patterns dir and add test
- also adds this pattern into tox for testing
This commit is contained in:
parent
949771adf5
commit
92fa444259
9 changed files with 13 additions and 0 deletions
10
examples/patterns/largerapp/setup.py
Normal file
10
examples/patterns/largerapp/setup.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='yourapplication',
|
||||
packages=['yourapplication'],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'flask',
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue