We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf50a2 commit b428a17Copy full SHA for b428a17
pyproject.toml
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
#
15
+
16
[tool.pytest.ini_options]
17
markers = [
18
"refactor: tests that need to be refactored to use celfilter_instance"
@@ -35,7 +36,7 @@ classifiers = [
35
36
"Development Status :: 4 - Beta",
37
"Programming Language :: Python"
38
]
-packages = [{ include = "src/celpy" }]
39
+packages = [{ include = "celpy", from = "src"}]
40
41
[tool.poetry.dependencies]
42
python = "^3.8"
0 commit comments