Skip to content

Commit

Permalink
fix : replace disutils with setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Mar 1, 2018
1 parent 55d9306 commit 6cb9db6
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
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from distutils.core import setup
from setuptools import setup
setup(
name = 'opem',
packages = ['opem','opem.Static','opem.Dynamic'],
Expand Down

0 comments on commit 6cb9db6

Please sign in to comment.