updated project structure
This commit is contained in:
parent
14535408b6
commit
b053180e64
11 changed files with 8 additions and 453 deletions
1
setup.py
1
setup.py
|
|
@ -1,4 +1,5 @@
|
|||
from setuptools import setup, find_packages
|
||||
import stodle
|
||||
|
||||
with open('requirements.txt') as f:
|
||||
required = f.read().splitlines()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue