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 8
8
from setuptools .command .build_clib import build_clib
9
9
from setuptools .command .build_ext import build_ext
10
10
11
- __version__ = "0.0.0.dev6 "
11
+ __version__ = "0.0.0.dev7 "
12
12
PACKAGE_NAME = "ratapi"
13
13
14
14
with open ("README.md" ) as f :
@@ -159,7 +159,7 @@ def build_libraries(self, libraries):
159
159
description = "Python extension for the Reflectivity Analysis Toolbox (RAT)" ,
160
160
long_description = LONG_DESCRIPTION ,
161
161
long_description_content_type = "text/markdown" ,
162
- packages = find_packages (),
162
+ packages = find_packages (exclude = ( "tests" ,) ),
163
163
include_package_data = True ,
164
164
package_data = {"" : [get_shared_object_name (libevent [0 ])], "ratapi.examples" : ["data/*.dat" ]},
165
165
cmdclass = {"build_clib" : BuildClib , "build_ext" : BuildExt },
You can’t perform that action at this time.
0 commit comments