Skip to content

Commit

Permalink
Merge pull request #289 from andreoliwa/install-requires-setuptools
Browse files Browse the repository at this point in the history
Require setuptools on setup.py
  • Loading branch information
ekalinin committed Nov 12, 2021
2 parents 21d6a78 + 5e35146 commit 40bfea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@ def read_file(file_name):
license='BSD',
author='Eugene Kalinin',
author_email='e.v.kalinin@gmail.com',
install_requires=[],
install_requires=['setuptools'],
description="Node.js virtual environment builder",
long_description=ldesc,
py_modules=['nodeenv'],
Expand Down

0 comments on commit 40bfea7

Please sign in to comment.