Skip to content

Commit

Permalink
Add installation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtmaxim committed Oct 16, 2019
1 parent e88fec3 commit 2be5382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include requirements.txt
recursive-include dependencies *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ def load_requirements(file_name):

setup(
name="musco-tf",
version="1.0.0",
version="1.0.1",
description="MUSCO: Multi-Stage COmpression of neural networks",
author="Julia Gusak, Maksym Kholiavchenko, Evgeny Ponomarev, Larisa Markeeva, Andrzej Cichocki, Ivan Oseledets",
author_email="[email protected]",
url="https://github.com/musco-ai/musco-tf",
download_url="https://github.com/musco-ai/musco-tf/archive/1.0.0.tar.gz",
download_url="https://github.com/musco-ai/musco-tf/archive/1.0.1.tar.gz",
license="Apache-2.0",
packages=find_packages(),
cmdclass={"install": InstallLocalPackage},
Expand Down

0 comments on commit 2be5382

Please sign in to comment.