← Back to team overview

registry team mailing list archive

[Bug 607074] [NEW] setup.py find_packages typo

 

Public bug reported:

There is a typo in the setup.py file where

packages=find_packages(exclude=['tests','bin']),

should be

packages=find_packages(exclude=['test','bin']),

The result is the test directory gets installed to site-packages.

** Affects: swift
     Importance: Undecided
         Status: New

-- 
setup.py find_packages typo
https://bugs.launchpad.net/bugs/607074
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack Object Storage (swift).



Follow ups

References