closeio / flask-common

Some commonly shared code for Flask, MongoEngine, and Python apps
26 stars 4 forks source link

Adding setup.py #14

Closed lucasvo closed 8 years ago

lucasvo commented 8 years ago

I've never created a setup.py file before, probably deserves another look by @wojcikstefan or @thomasst

lucasvo commented 8 years ago

@thomasst can you merge this?

thomasst commented 8 years ago

If we add this we should add circle testing as well. See test_suite, tests_require e.g. in https://github.com/closeio/tasktiger/blob/master/setup.py. And then there's also install_requires, which is similar to requirements.txt but doesn't necessarily have exact versions.

lucasvo commented 8 years ago

@thomasst ready to merge, circleci job passes.