Skip to content

Commit

Permalink
Fixing installation path. Thanks https://github.com/zzj0402 for raisi…
Browse files Browse the repository at this point in the history
…ng that issue
  • Loading branch information
maxstanden committed Oct 11, 2022
1 parent 0f7c13a commit 91d725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open('Requirements.txt') as f:
requirements = f.read().splitlines()

with open('../../PycharmProjects/CybORG/CybORG/version.txt') as f:
with open('CybORG/version.txt') as f:
CYBORG_VERSION = f.read()[:-1]


Expand Down

0 comments on commit 91d725c

Please sign in to comment.