Skip to content

Commit

Permalink
fix: a bug in setup (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh authored May 1, 2022
1 parent 3e9d7c3 commit 74c217b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from setuptools import setup, find_packages
from scar.main.__version__ import __version__

exec(open("scar/main/__version__.py").read())

setup(
name="scar",
Expand Down

0 comments on commit 74c217b

Please sign in to comment.