DeputyApp / singer-tap-deputy

Deputy Stitch Stream
MIT License
3 stars 7 forks source link

Reorganize repository structure #4

Closed luandy64 closed 5 years ago

luandy64 commented 5 years ago

Following the Singer Tap Template, the directory should look something like:

/stitch-stream-deputy
  - README.md
  - LICENSE
  - .gitignore
  - MANIFEST.in
  - setup.py
  - stitch_stream_deputy/
    - schemas/
      - ...
    - __init__.py
dmosorast commented 5 years ago

Since schemas are dynamic, there doesn't need to be a schemas directory. The organization looks good, just missing some non-essential packaging/licensing items.