Accelergy-Project / timeloop-python

Python wrapper for the timeloop project.
MIT License
8 stars 3 forks source link

Restructure project. #1

Closed gilbertmike closed 3 years ago

gilbertmike commented 3 years ago

Move things around and tidy things up:

  1. Move external dependencies to lib/ directory.
  2. Move test related resources to tests/ directory. This should also be the place to put tests when they are added.
  3. Rename bindings-test/ to examples/ because that's what it is right now.