Skip to content

Commit

Permalink
fix(setup): compatibility setuptools 61
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Mar 24, 2022
1 parent 672507e commit e91b89f
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
Expand Up @@ -4,9 +4,10 @@
import io
import os
import sys
from distutils.util import convert_path
from fnmatch import fnmatchcase

from setuptools import convert_path, find_packages, setup
from setuptools import find_packages, setup


# Provided as an attribute, so you can append to these instead
Expand Down

0 comments on commit e91b89f

Please sign in to comment.