Skip to content

Commit 128b209

Browse files
author
Charlles Abreu
committed
Removed py.typed file
1 parent 456937f commit 128b209

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

python/openmmcppforces/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ foreach(file ${SWIG_SOURCE_FILES})
66
configure_file(${file} ${CMAKE_CURRENT_BINARY_DIR})
77
endforeach(file ${SWIG_SOURCE_FILES})
88
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)
109

1110
file(GLOB TEST_FILES ${CMAKE_CURRENT_SOURCE_DIR}/tests/*.py)
1211
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/tests/)

python/openmmcppforces/py.typed

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ namespaces = false
3232
where = ["."]
3333

3434
[tool.setuptools.package-data]
35-
openmmcppforces = [
36-
"py.typed"
37-
]
35+
openmmcppforces = []
3836

3937
[tool.pytest.ini_options]
4038
minversion = "7.0"

0 commit comments

Comments
 (0)