File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11include requirements.txt
2- include torch_concepts/assets/ *
2+ recursive- include torch_concepts/assets *
Original file line number Diff line number Diff line change 6060 name = DISTNAME ,
6161 maintainer = MAINTAINER ,
6262 maintainer_email = MAINTAINER_EMAIL ,
63+ author = MAINTAINER ,
64+ author_email = MAINTAINER_EMAIL ,
6365 description = DESCRIPTION ,
6466 license = LICENSE ,
6567 url = URL ,
6971 long_description_content_type = 'text/markdown' ,
7072 zip_safe = False , # the package can run out of an .egg file
7173 classifiers = CLASSIFIERS ,
72- packages = find_packages (),
74+ packages = find_packages (include = [ "torch_concepts" , "torch_concepts.*" ] ),
7375 install_requires = INSTALL_REQUIRES ,
7476 extras_require = EXTRAS_REQUIRE ,
7577 use_scm_version = True , # Adding so that package data is respected
You can’t perform that action at this time.
0 commit comments