Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Mar 16, 2023
1 parent 07be317 commit 36f9228
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 @@ -85,7 +85,7 @@
PY_MODULES = [PKG_NAME, ]

# The project directory name is the GitHub repository name
repository_name = os.path.basename(os.path.dirname(__file__))
repository_name = os.path.basename(os.path.dirname(os.path.abspath(__file__)))

# Project Url
URL = "https://github.com/{0}/{1}".format(GITHUB_USERNAME, repository_name)
Expand Down

0 comments on commit 36f9228

Please sign in to comment.