Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

develop command doesn't care about package_dir? #276

Closed
ghost opened this issue Oct 20, 2014 · 1 comment
Closed

develop command doesn't care about package_dir? #276

ghost opened this issue Oct 20, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 20, 2014

Originally reported by: joelmob (Bitbucket: joelmob, GitHub: Unknown)


Using setuptools 7.0 I have this setupfile:

from setuptools import setup
setup(
    name = "karljohan",
    version = "0.1",
    package_dir = {"karljohan": "lib"},
    packages = ["karljohan"],
)

After doing python3 setup.py develop --user 'karljohan' is only available as 'import lib'. I expected beeing able to do 'import karljohan'.


@ghost
Copy link
Author

ghost commented Oct 20, 2014

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


Duplicate of #230.

@ghost ghost added major bug labels Mar 29, 2016
@ghost ghost closed this as completed Mar 29, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants