We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c025aeb commit 93c18faCopy full SHA for 93c18fa
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
from setuptools.command.build_clib import build_clib
9
from setuptools.command.build_ext import build_ext
10
11
-__version__ = "0.0.0.dev6"
+__version__ = "0.0.0.dev7"
12
PACKAGE_NAME = "ratapi"
13
14
with open("README.md") as f:
@@ -159,7 +159,7 @@ def build_libraries(self, libraries):
159
description="Python extension for the Reflectivity Analysis Toolbox (RAT)",
160
long_description=LONG_DESCRIPTION,
161
long_description_content_type="text/markdown",
162
- packages=find_packages(),
+ packages=find_packages(exclude=("tests",)),
163
include_package_data=True,
164
package_data={"": [get_shared_object_name(libevent[0])], "ratapi.examples": ["data/*.dat"]},
165
cmdclass={"build_clib": BuildClib, "build_ext": BuildExt},
0 commit comments