Skip to content

Commit

Permalink
Add cfgs in setup.py & move package dir to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
umair-imran committed Sep 13, 2022
1 parent 93d61ff commit 0ebce77
Show file tree
Hide file tree
Showing 155 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def setup_package():
author=MAINTAINER,
author_email=MAINTAINER_EMAIL,
license='BSD 2-clause',
package_dir={"":'asone-linux/code'},
# package_dir={"":""},
packages=[DISTNAME,
f'{DISTNAME}.detectors',
f'{DISTNAME}.detectors.utils',
Expand Down Expand Up @@ -63,7 +63,9 @@ def setup_package():
"https://download.pytorch.org/whl/cu113/",
'https://pypi.python.org/simple/'],
install_requires=[str(requirement) for requirement in parse_requirements(requirements_txt)],

package_data={
"": ["*.cfg", "*.ymal", "*.yml", "*.names"],
},
classifiers=[
'Development Status :: 1 - Planning',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 0ebce77

Please sign in to comment.