Skip to content

Commit

Permalink
bugfix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AirMicrodot committed Aug 22, 2019
1 parent 7222a80 commit 898118f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
import sys
from glob import glob

from os.path import basename
from os.path import dirname
from os.path import join
from os.path import splitext

from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
Expand Down

0 comments on commit 898118f

Please sign in to comment.