Skip to content

Commit 93c18fa

Browse files
authored
Updates version and remove tests from wheel (#171)
1 parent c025aeb commit 93c18fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools.command.build_clib import build_clib
99
from setuptools.command.build_ext import build_ext
1010

11-
__version__ = "0.0.0.dev6"
11+
__version__ = "0.0.0.dev7"
1212
PACKAGE_NAME = "ratapi"
1313

1414
with open("README.md") as f:
@@ -159,7 +159,7 @@ def build_libraries(self, libraries):
159159
description="Python extension for the Reflectivity Analysis Toolbox (RAT)",
160160
long_description=LONG_DESCRIPTION,
161161
long_description_content_type="text/markdown",
162-
packages=find_packages(),
162+
packages=find_packages(exclude=("tests",)),
163163
include_package_data=True,
164164
package_data={"": [get_shared_object_name(libevent[0])], "ratapi.examples": ["data/*.dat"]},
165165
cmdclass={"build_clib": BuildClib, "build_ext": BuildExt},

0 commit comments

Comments
 (0)