Skip to content

Commit

Permalink
Forgot to import os
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohadfield committed Oct 16, 2024
1 parent 028fdda commit da445ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

from setuptools import setup, find_packages
import os

here = os.path.abspath(os.path.dirname(__file__))
exec(open(os.path.join(here, 'kalmangrad/version.py')).read())
Expand Down

0 comments on commit da445ff

Please sign in to comment.