Skip to content

Commit bc66017

Browse files
author
Shakeel Mohamed
committed
Add support for building .egg file
To create the egg, run: python setup.py bdist_egg which should be done during the release process
1 parent d13386f commit bc66017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
from distutils.core import setup, Command
17+
from setuptools import setup, Command
1818
from contextlib import closing
1919
from fnmatch import fnmatch
2020

0 commit comments

Comments
 (0)