Skip to content

Commit 963a35c

Browse files
committed
Working on packaging issue with 4.1 release
Change-Id: I11a1a71c1074c1258799d4e985171edce3643a05
1 parent 12447fe commit 963a35c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ provides_dist =
2929
[files]
3030
packages =
3131
virtualenvwrapper
32+
namespace_packages =
33+
virtualenvwrapper
3234
scripts =
3335
virtualenvwrapper.sh
3436
virtualenvwrapper_lazy.sh

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from setuptools import setup
44

55
setup(
6-
setup_requires=['pbr'],
6+
setup_requires=['pbr>=0.5.19'],
77
d2to1=True,
8-
namespace_packages=['virtualenvwrapper'],
98
)

0 commit comments

Comments
 (0)