Skip to content

Commit

Permalink
TST: added function
Browse files Browse the repository at this point in the history
Added import of setuptools find_packages function, which appeared to be needed in python 2.7.
  • Loading branch information
aburrell committed Feb 18, 2021
1 parent 162258b commit f630617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from glob import glob
from os import path, environ
from setuptools import setup
from setuptools import setup, find_packages

# Include extensions only when not on readthedocs.org
if environ.get('READTHEDOCS', None) == 'True':
Expand Down

0 comments on commit f630617

Please sign in to comment.