Skip to content

Commit 3fb27a5

Browse files
Fix easyxtb import on mac by including in scripts dir as submodule (#72)
1 parent 9998c35 commit 3fb27a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2
-7546
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

avo_xtb/support.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
import sys
2-
from pathlib import Path
3-
4-
# Manipulate the Python Path to get everything we need from the easyxtb module
5-
sys.path.insert(0, str(Path(__file__).parent.parent / "easyxtb/src"))
62

73
# Make easyxtb available as to anything that imports support.py as if it was installed
84
import easyxtb

easyxtb/.gitignore

-171
This file was deleted.

easyxtb/.readthedocs.yaml

-21
This file was deleted.

easyxtb/LICENSE

-28
This file was deleted.

easyxtb/README.md

-86
This file was deleted.

easyxtb/docs/calculate.md

-4
This file was deleted.

easyxtb/docs/calculation.md

-10
This file was deleted.

easyxtb/docs/geometry.md

-3
This file was deleted.

0 commit comments

Comments
 (0)