Skip to content

Commit

Permalink
v1.1.1 fix bug of packging (include cfg files)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsggbo committed Apr 18, 2022
1 parent c818533 commit b899de7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include hyperbox/configs *.yaml
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
from setuptools import setup, find_packages


setup(
name="hyperbox", # you should change "src" to your project name
version="1.1.0",
version="1.1.1",
description="Hyperbox: An easy-to-use NAS framework.",
author="marsggbo",
url="https://github.com/marsggbo/hyperbox",
# replace with your own github project link
install_requires=["pytorch-lightning>=1.5", "hydra-core>=1.1"],
packages=find_packages(),
include_package_data=True,
)

0 comments on commit b899de7

Please sign in to comment.