Skip to content

Commit

Permalink
fix readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git committed Nov 20, 2023
1 parent 2ce294b commit 83c1057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
while not appPath.is_dir():
appPath = appPath.parents[0]

readmePath = Path(os.path.abspath(f'{appPath}/../README.md'))
readmePath = Path(os.path.abspath(f'{appPath}/README.md'))
long_description = ''

if readmePath.is_file():
Expand All @@ -16,7 +16,7 @@

setuptools.setup(
name = 'nstools',
version = '1.1.5.dev3',
version = '1.1.5.dev4',
url = 'https://github.com/seiya-dev/NSTools',
long_description = long_description,
long_description_content_type = 'text/markdown',
Expand Down

0 comments on commit 83c1057

Please sign in to comment.