packaging: Try using absolute dependencies for uv to work.
This commit is contained in:
parent
79287c19ee
commit
8a00033a69
3 changed files with 6 additions and 7 deletions
|
|
@ -8,7 +8,6 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
|
||||
REPO_PATH = os.path.dirname(os.getcwd())
|
||||
setup(name="lscolors",
|
||||
version="v2024.07.11",
|
||||
description=("Give coloring for file types as in the ls command."),
|
||||
|
|
@ -18,4 +17,4 @@ setup(name="lscolors",
|
|||
license="Artistic 2.0",
|
||||
packages=["lscolors"],
|
||||
package_data={"lscolors": ["LS_COLORS.sh"]},
|
||||
install_requires=[f"termstr @ file://{REPO_PATH}/termstr"])
|
||||
install_requires=["termstr @ git+https://gitlab.com/ahamilton/eris@v2024.07.11#subdirectory=termstr"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue