Skip to content

Commit e2f9cb8

Browse files
committed
Remove versioneer.py from the manifest
1 parent 4c71816 commit e2f9cb8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ global-include *.h
88
global-include *.hh
99
global-include *.sh
1010
recursive-include doc *
11-
include versioneer.py
1211
include pytensor/_version.py

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ lines-after-imports = 2
150150
"tests/sparse/test_sp2.py" = ["E402"]
151151
"tests/sparse/test_utils.py" = ["E402"]
152152
"tests/sparse/sandbox/test_sp.py" = ["E402", "F401"]
153-
"versioneer.py" = ["I"]
154153

155154

156155
[tool.mypy]

0 commit comments

Comments
 (0)