Skip to content

Commit 1e9340f

Browse files
committed
chore: further cleaning of auxiliary files
1 parent 90f8542 commit 1e9340f

File tree

6 files changed

+5
-267
lines changed

6 files changed

+5
-267
lines changed

.coveragerc

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[run]
22
omit =
33
*/.tox/*
4-
# TODO: remove following 3 lines after testing ACN
5-
packages/valory/connections/p2p_libp2p_client/*
6-
packages/valory/protocols/acn/*
7-
packages/valory/protocols/tendermint/*
84

95
[report]
106
exclude_lines =

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include README.md LICENSE HISTORY.md AUTHORS.md SECURITY.md CODE_OF_CONDUCT.md Pipfile mkdocs.yml tox.ini pytest.ini strategy.ini
22

33
recursive-include autonomy *.json *.yaml *.proto *.ico *png *.html *.js *.css *.md *.cfg json1.dll
4+
recursive-include deployments *
45
recursive-include docs *
5-
recursive-include examples *
66
recursive-include packages *
77
recursive-include scripts *
88
recursive-include tests *

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]
3+
build_backend = "setuptools.build_meta"

scripts/tx_analyzer.py

-231
This file was deleted.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_all_extras() -> Dict:
3434

3535
cli_deps = [
3636
"click==8.0.2",
37-
"open-aea-cli-ipfs>=1.21.0,<2.0.0",
37+
"open-aea-cli-ipfs==1.21.0",
3838
]
3939

4040
extras = {

upload.py

-30
This file was deleted.

0 commit comments

Comments
 (0)