Skip to content

Commit

Permalink
Merge pull request #37 from neptune-ai/aw/move_package_to_src
Browse files Browse the repository at this point in the history
Move neptune_fastai package to src dir
  • Loading branch information
AleksanderWWW authored Oct 5, 2022
2 parents af92878 + bdf0bef commit 40351c9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [UNRELEASED] neptune-fastai 0.10.4

### Changes
- moved neptune_fastai package to src dir ([#37](https://github.com/neptune-ai/neptune-fastai/pull/37))

## neptune-fastai 0.10.3

### Changes
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main():
license="Apache License 2.0",
install_requires=base_libs,
extras_require=extras,
packages=find_packages(),
packages=find_packages(where="src"),
cmdclass=versioneer.get_cmdclass(),
zip_safe=False,
classifiers=[
Expand Down Expand Up @@ -88,6 +88,7 @@ def main():
"ML Model Store",
"ML Metadata Store",
],
package_dir={"": "src"},
)


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 40351c9

Please sign in to comment.