Skip to content

Commit c190595

Browse files
committed
-
1 parent 5e2a70e commit c190595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Requirements
1616
* Python, version 2.6 or 2.7 or above. If you're new to Python, `download
1717
version 2.7 <http://python.org/download/releases/2.7.2>`_.
1818

19-
* `distribute`_.
19+
* `Setuptools`_.
2020

2121

2222
Installation

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ def get_packages():
133133
setuptools.setup(
134134
name='python_toolbox',
135135
version='0.5.1',
136-
requires=['distribute'],
136+
requires=['setuptools'],
137137
test_suite='nose.collector',
138-
install_requires=['distribute'],
138+
install_requires=['setuptools'],
139139
tests_require=['nose>=1.0.0',
140140
'docutils>=0.8'],
141141
description='A collection of Python tools for various tasks',

0 commit comments

Comments
 (0)