AlekseyKorshuk
commited on
Commit
•
a4d0487
1
Parent(s):
46a3752
Update setup.py
Browse files
setup.py
CHANGED
@@ -32,7 +32,7 @@ setup(
|
|
32 |
description="COCO Metrics for Object Detection and Instance Segmentation",
|
33 |
version=__version__,
|
34 |
zip_safe=True,
|
35 |
-
packages=["detection_metrics", "detection_metrics.pycocotools"],
|
36 |
include_package_data=True,
|
37 |
cmdclass={
|
38 |
"install": CustomInstallCommand,
|
|
|
32 |
description="COCO Metrics for Object Detection and Instance Segmentation",
|
33 |
version=__version__,
|
34 |
zip_safe=True,
|
35 |
+
# packages=["detection_metrics", "detection_metrics.pycocotools"],
|
36 |
include_package_data=True,
|
37 |
cmdclass={
|
38 |
"install": CustomInstallCommand,
|