Skip to content

Commit 5edef2b

Browse files
authored
Release 0 9 5 (#23)
* release v0.9.5 * release v0.9.5
1 parent f37128e commit 5edef2b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
import setuptools
33
from testipy import __app__, __version__, __author__, __author_email__
44

5-
os.chdir(os.path.dirname(os.path.abspath(__file__)))
5+
6+
app_path = os.path.dirname(os.path.abspath(__file__))
7+
os.chdir(app_path)
8+
print(f"installing from {app_path}")
9+
610

711
with open("README.md", "rt") as fh:
812
long_description = fh.read()

0 commit comments

Comments
 (0)