Skip to content

Commit b8baaef

Browse files
committed
build: Remove references to gp_libs
1 parent 245c6cc commit b8baaef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222
]
2323
packages = [
2424
{ include = "*", from = "src" },
25-
{ include = "gp_libs" },
2625
]
2726
include = [
2827
{ path = "tests", format = "sdist" },

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
exclude = .*/,.tox,*.egg,gp_libs/__*__.py,
2+
exclude = .*/,.tox,*.egg
33
max-line-length = 88
44
extend-ignore = E203
55

@@ -18,6 +18,5 @@ line_length = 88
1818
addopts = --tb=short --no-header --showlocals --doctest-modules
1919
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
2020
testpaths =
21-
gp_libs
2221
tests
2322
docs

0 commit comments

Comments
 (0)