Skip to main content

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


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.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page