File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ foreach(file ${SWIG_SOURCE_FILES})
6
6
configure_file (${file} ${CMAKE_CURRENT_BINARY_DIR} )
7
7
endforeach (file ${SWIG_SOURCE_FILES} )
8
8
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /__init__.py ${CMAKE_CURRENT_BINARY_DIR} )
9
- configure_file (${CMAKE_CURRENT_SOURCE_DIR} /py.typed ${CMAKE_CURRENT_BINARY_DIR} COPYONLY )
10
9
11
10
file (GLOB TEST_FILES ${CMAKE_CURRENT_SOURCE_DIR} /tests/*.py )
12
11
file (MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /tests/ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ namespaces = false
32
32
where = [" ." ]
33
33
34
34
[tool .setuptools .package-data ]
35
- openmmcppforces = [
36
- " py.typed"
37
- ]
35
+ openmmcppforces = []
38
36
39
37
[tool .pytest .ini_options ]
40
38
minversion = " 7.0"
You can’t perform that action at this time.
0 commit comments