Skip to content

pypa/setuptools-issue-900

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setuptools-namespaces

Reproducing a bug

This is, I think, a corner case triggering a bug in setuptools related to namespace packages.

Run ./makeit.sh to see it break on py35

The bug can be bypassed in two ways:

  • by chdir-ing out of nspace-two directory before you run the imports
  • by commenting out the "import pkg_resources" in nspace-two/nspace/two/stuff.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.2%
  • Shell 23.8%