Skip to content

Commit

Permalink
Remove package module for namespace package 'vr' and specify it expli…
Browse files Browse the repository at this point in the history
…citly because find_packages will not find PEP 420 namespace packages per pypa/setuptools#97.
  • Loading branch information
jaraco committed Oct 19, 2016
1 parent ea69b2b commit 6f33bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
description=description or name,
long_description=long_description,
url="https://github.com/jaraco/" + name,
packages=setuptools.find_packages(),
packages=['vr'],
include_package_data=True,
namespace_packages=name.split('.')[:-1],
install_requires=[
Expand Down
2 changes: 0 additions & 2 deletions vr/__init__.py

This file was deleted.

0 comments on commit 6f33bda

Please sign in to comment.