Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Declare dependency on Setuptools. Fixes #40.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 17, 2018
1 parent e553c15 commit 1d547a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.1
===

* #40: Declare dependency on Setuptools in package metadata.

4.0
===

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
py_modules=['ptr'],
python_requires='>=2.7,!=3.0,!=3.1',
install_requires=[
'setuptools>=27.3',
],
extras_require={
'testing': [
Expand Down

0 comments on commit 1d547a0

Please sign in to comment.