Skip to content

Commit

Permalink
Make setuptools a requirement for building (#176)
Browse files Browse the repository at this point in the history
See Issue #175
  • Loading branch information
bradleyjones authored and vvb committed Sep 27, 2018
1 parent c3d3f57 commit 4e6a298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools
pyparsing
six
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-


try:
from setuptools import setup
except ImportError:
from distutils.core import setup
from setuptools import setup


with open('requirements.txt') as rf:
Expand Down

0 comments on commit 4e6a298

Please sign in to comment.