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

Check requirements #58

Merged
merged 4 commits into from
Jan 5, 2020
Merged

Check requirements #58

merged 4 commits into from
Jan 5, 2020

Conversation

Shibabrat
Copy link
Collaborator

Adding requirements to the setup and making uposham as an installable module. This should fix #54.

From now on the pip install can be replaced by python setup.py install (Fixes #9) and the code directory structure is finalized for the installation (Fixes #8).

setup.py Outdated
@@ -18,13 +18,15 @@
with open('LICENSE') as f:
license = f.read()

with open('requirements.txt') as f:
requirements = f.read()

Choose a reason for hiding this comment

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

I suspect this has to be f.read().splitlines(), but I'm not sure.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

you are correct, fixed in commit 16cab89

@@ -0,0 +1,393 @@
# -*- coding: utf-8 -*-

Choose a reason for hiding this comment

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

Looks like build/ snuck back into the repo - that directory should not be checked in.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think the housekeeping branch under PR #57 has taken care of this. I'll check this again after merge.

Copy link

@JoshKarpel JoshKarpel left a comment

Choose a reason for hiding this comment

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

LGTM!

@Shibabrat Shibabrat merged commit 28a76fe into master Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running setup.py should install dependencies pip vs pip3 Move code to a subdirectory
2 participants