Skip to content

Commit

Permalink
[#43741] Change package install method
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilGalik committed Apr 19, 2023
1 parent 51155e5 commit 077e75a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apt-get -qqy update
apt-get -qqy install git curl python3 python3-pip parallel xz-utils rename

# Install dts2repl
python3 setup.py develop
pip3 install .

# Install west
pip3 install west=="$WEST_VERSION"
Expand Down
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[project]
name="dts2repl"
version="0.0.0"
description="dts2repl"
authors= [
{name = "Antmicro"}
]

[project.scripts]
dts2repl = "dts2repl.dts2repl:main"

[tool.setuptools.package-data]
"*" = ["overlay/*.repl", "models.json"]
18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

0 comments on commit 077e75a

Please sign in to comment.