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

Add ancestors of packages of nirum on setup.py #92

Closed
kanghyojun opened this issue Feb 7, 2017 · 0 comments
Closed

Add ancestors of packages of nirum on setup.py #92

kanghyojun opened this issue Feb 7, 2017 · 0 comments
Assignees
Labels
cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python typ:bug Type: Bug/defect

Comments

@kanghyojun
Copy link
Member

kanghyojun commented Feb 7, 2017

coupon_schema/
    entity.nrm

nirum package above generate setup.py like

setup(
    packages=["coupon_schema.entity"]
    ...
)

but 'coupon_schema' has to be added on packages to install on python2 properly.

@kanghyojun kanghyojun self-assigned this Feb 7, 2017
@dahlia dahlia added the typ:bug Type: Bug/defect label Feb 28, 2017
@AiOO AiOO self-assigned this Mar 7, 2017
@AiOO AiOO changed the title Add root package name of nirum on setup.py Add ancestors of packages of nirum on setup.py Mar 7, 2017
@dahlia dahlia added cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python labels Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python typ:bug Type: Bug/defect
Projects
None yet
Development

No branches or pull requests

3 participants