updated project structure

This commit is contained in:
Walker Waylon Scott 2016-11-27 20:44:11 -06:00
parent 14535408b6
commit b053180e64
11 changed files with 8 additions and 453 deletions

View file

@ -1,4 +1,5 @@
from setuptools import setup, find_packages
import stodle
with open('requirements.txt') as f:
required = f.read().splitlines()