Skip to content

Commit

Permalink
Remove setuptools from requirements list. Related to Supervisor/super…
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Sep 20, 2013
1 parent 3cd7b87 commit a40feb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Next Release
------------

- Removed ``setuptools`` from the ``install_requires`` list in ``setup.py``
because it caused installation issues on some systems.

0.9 (2013-09-18)
----------------
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'setuptools',
'supervisor',
],
tests_require=[
Expand Down

0 comments on commit a40feb1

Please sign in to comment.