Remove unnecessary --no-deps flag from pip install command and clean up pyproject.toml by removing build-system section
This commit is contained in:
@@ -26,7 +26,7 @@ modules:
|
|||||||
- name: artemis
|
- name: artemis
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- pip3 install . --no-deps --prefix=/app
|
- pip3 install . --prefix=/app
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/AresValley/Artemis.git
|
url: https://github.com/AresValley/Artemis.git
|
||||||
|
|||||||
@@ -11,7 +11,3 @@ requires-python = ">=3.12"
|
|||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
artemis = "app:main"
|
artemis = "app:main"
|
||||||
|
|
||||||
[build-system]
|
|
||||||
requires = ["setuptools>=61", "wheel"]
|
|
||||||
build-backend = "setuptools.build_meta"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user