Skip to content

Commit 29ecec8

Browse files
Update requirements
1 parent 93df73b commit 29ecec8

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

requirements.setup.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
setuptools_scm >= 3.0
1+
zetup >= 0.2.63

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zetup >= 0.2.61
1+
zetup >= 0.2.63
22
moretools >= 0.1.12
33
#py2 path.py ~= 11.5.0 #import path
44
#py3 path.py >= 11.5.0 #import path

setup.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# This file was auto-generated by ZETUP
2-
#
3-
# Zimmermann's Extensible Tools for Unified Project setups
4-
#
5-
# https://github.com/zimmermanncode/zetup
1+
"""Setup for Python ``nodely`` package distribution."""
62

73
from __future__ import print_function
84

@@ -12,7 +8,7 @@
128
dist = None
139
try:
1410
dist = setup(
15-
setup_requires=["zetup >= 0.2.61"],
11+
setup_requires=open("setup-requirements.txt").read(),
1612

1713
use_zetup=True,
1814

@@ -21,6 +17,7 @@
2117
"nodely.setup_keywords:require_node_modules",
2218
]},
2319
)
20+
2421
finally:
2522
if dist is not None and hasattr(dist, 'zetup_made'):
26-
dist.zetup_made.clean()
23+
dist.zetup_made.clean()

0 commit comments

Comments
 (0)