A hack to fix setuptools namespace packages hack.
Project description
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'], >>> # ... >>> )
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notsetuptools-0.1.1.tar.gz
(1.9 kB
view hashes)