Skip to content

Commit

Permalink
Merge pull request #272 from piotr1212/setuptools
Browse files Browse the repository at this point in the history
Switch to setuptools
  • Loading branch information
piotr1212 authored Jan 31, 2019
2 parents 93d18d4 + cbd6584 commit 1546a56
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 @@ -2,7 +2,7 @@

import os
from glob import glob
from distutils.core import setup
from setuptools import setup


def read(fname):
Expand Down Expand Up @@ -34,4 +34,5 @@ def read(fname):
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
zip_safe=False
)

0 comments on commit 1546a56

Please sign in to comment.