Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix installation error: declare
cornet
package
Before, find_packages looked only inside the `cornet` directory, declaring it as the root and making `import cornet` fail after a pip install. This change sets the exported packages to only `cornet` and implicitly its children which remedies this issue.
- Loading branch information