django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

Unused dirs in global site-packages directory.

Open sakkada opened this issue 9 years ago • 0 comments

After installing drfdocs there are unused directories in site-packages, such as site and tests. In setup.py file param packages should contain only "rest_framework_docs" entry, something like this:

    ...
    packages=['rest_framework_docs', ],
    ...

It is important also because unused directories have very common names (site and tests).

sakkada avatar Jul 09 '16 18:07 sakkada