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 pyteamcity.future to packages #83

Merged
merged 3 commits into from Feb 18, 2017
Merged

Conversation

baopham
Copy link
Contributor

@baopham baopham commented Feb 12, 2017

This is so that we can install and use pyteamcity.future using pip:

pip install -e git+https://github.com/SurveyMonkey/pyteamcity#egg=pyteamcity

while waiting for the new API to be officially released (#70)

@coveralls
Copy link

coveralls commented Feb 12, 2017

Coverage Status

Coverage remained the same at 96.43% when pulling 4e2c479 on baopham:master into 434cdd3 on SurveyMonkey:master.

@msabramo
Copy link
Contributor

@aconrad This looks good, but I can't merge it, I think because I removed myself from the SurveyMonkey org. Want to add me back or merge it?

@aconrad
Copy link
Contributor

aconrad commented Feb 18, 2017

@msabramo someone removed me from the SurveyMonkey org, but then I became a collaborator which retained my rights and permissions. I just added you as a collaborator, let me know if it works for you.

@aconrad
Copy link
Contributor

aconrad commented Feb 18, 2017

Also, do you care about my comment?

@msabramo
Copy link
Contributor

Hmmm, I still don't see a merge button.

Oh did you comment on this? I don't see a comment. Or did you mean that you have an opinion on this that you haven't voiced yet? In either case, I definitely want to hear if you have any opinions!

setup.py Outdated
@@ -25,7 +25,7 @@ def read(fname):
maintainer_email='marc@marc-abramowitz.com',
author='Yotam Oron',
author_email='yotamoron@yahoo.com',
packages=['pyteamcity', 'pyteamcity.legacy'],
packages=['pyteamcity', 'pyteamcity.legacy', 'pyteamcity.future', 'pyteamcity.future.core'],
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't it be better to use setuptool's find_packages() utility to avoid having to maintain that list every time a sub-package is added?

https://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's a great idea. Let me do that.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, that is a good idea!

@aconrad
Copy link
Contributor

aconrad commented Feb 18, 2017

I created a review, but I think it was "pending". Never used the "start a review" feature of Github yet.

@aconrad
Copy link
Contributor

aconrad commented Feb 18, 2017

I checked, it seems that you need to accept the invite to become a collaborator.

@aconrad
Copy link
Contributor

aconrad commented Feb 18, 2017

@msabramo you have to follow this link: https://github.com/SurveyMonkey/pyteamcity/invitations

@coveralls
Copy link

coveralls commented Feb 18, 2017

Coverage Status

Coverage remained the same at 96.43% when pulling f2a4c59 on baopham:master into 434cdd3 on SurveyMonkey:master.

@msabramo
Copy link
Contributor

Thanks @aconrad! I now have the ability to merge and I like your comment and I see @baopham already implemented it. Merging...

@msabramo msabramo merged commit dc34f03 into SurveyMonkey:master Feb 18, 2017
@msabramo
Copy link
Contributor

Thanks @aconrad and @baopham!

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.

None yet

4 participants