Skip to content

Commit

Permalink
Merge pull request #24 from abompard/fix-setup.py
Browse files Browse the repository at this point in the history
Add missing import
  • Loading branch information
FirefighterBlu3 authored Sep 30, 2021
2 parents 08f2586 + d2d7966 commit 25b2f06
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 @@
import os
from setuptools import setup
from setuptools import find_packages


def read(fname):
Expand Down

0 comments on commit 25b2f06

Please sign in to comment.