File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88from setuptools .command .build_clib import build_clib
99from setuptools .command .build_ext import build_ext
1010
11- __version__ = "0.0.0.dev6 "
11+ __version__ = "0.0.0.dev7 "
1212PACKAGE_NAME = "ratapi"
1313
1414with 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 },
You can’t perform that action at this time.
0 commit comments