Skip to content

Commit

Permalink
Fix import path in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabach committed Oct 24, 2023
1 parent baae4b5 commit f71a9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!python
from setuptools import setup, find_packages
from os.path import exists
from . import __version__
from gnucash_web import __version__

readme = open('README.md') if exists('README.md') else open('../README.md')

Expand Down

0 comments on commit f71a9b1

Please sign in to comment.