Skip to content
New issue

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

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

Already on GitHub? # to your account

Add install requires to setup.py #1

Merged
merged 4 commits into from
Jan 15, 2022

Conversation

oleksis
Copy link
Contributor

@oleksis oleksis commented Jan 14, 2022

Add comtypes to install requirements

Copy link
Owner

@kdschlosser kdschlosser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the import to from . import vswhere. I do not like using absolute imports like that in a package/library. The the reason why is if a user decides to use the package in their build system and say to place it in a folder called "build" the package will no longer work. By using relative imports it will always work doesn't matter where they put the package.

@oleksis
Copy link
Contributor Author

oleksis commented Jan 15, 2022

Restored relative import 😉

@kdschlosser kdschlosser merged commit d96561d into kdschlosser:master Jan 15, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants