chore: make setup.py file chdir consistent
This commit is contained in:
parent
1924919e18
commit
441028a1d2
6 changed files with 17 additions and 9 deletions
|
@ -4,7 +4,7 @@ from pathlib import Path
|
|||
from setuptools import setup
|
||||
|
||||
# Change directory since setuptools uses relative paths
|
||||
here = Path(__file__).parent
|
||||
here = Path(__file__).parent.resolve()
|
||||
chdir(here)
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue