Metadata-Version: 1.0
Name: notsetuptools
Version: 0.1.1
Summary: A hack to fix setuptools namespace packages hack.
Home-page: UNKNOWN
Author: David Cramer
Author-email: dcramer@gmail.com
License: UNKNOWN
Description: 
        notsetuptools
        =============
        
        This package attempts to correct the namespace hacks provided
        by setuptools so that they're actually useable.
        
        >>> from setuptools import find_packages
        >>> from notsetuptools import setup
        >>> setup(
        >>>     namespace_packages=['package'],
        >>>     # ...
        >>> )
        
Platform: UNKNOWN
