We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b01ec commit 2ba618aCopy full SHA for 2ba618a
setup.py
@@ -1,6 +1,6 @@
1
# -*- coding: UTF-8 -*-
2
3
-from setuptools import setup, find_packages
+from setuptools import setup, find_namespace_packages
4
import versioneer
5
6
@@ -9,7 +9,7 @@
9
author="Johannes Köster, Ryan Dale, The Bioconda Team",
10
description="Utilities for building and managing conda packages",
11
license="MIT",
12
- packages=find_packages(exclude=['test']),
+ packages=find_namespace_packages(exclude=['test']),
13
include_package_data=True,
14
data_files=[
15
(
0 commit comments