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

setup: enable PyPI releasing #11

Merged
merged 1 commit into from
May 15, 2018

Conversation

szymonlopaciuk
Copy link
Contributor

Signed-off-by: Szymon Łopaciuk szymon.lopaciuk@cern.ch

@coveralls
Copy link

coveralls commented May 9, 2018

Pull Request Test Coverage Report for Build 74

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.667%

Totals Coverage Status
Change from base Build 62: 0.0%
Covered Lines: 198
Relevant Lines: 216

💛 - Coveralls

scripts = scripts/vcr_convert.py

[options.package_data]
* = AUTHORS, CHANGELOG, entrypoint.py
Copy link
Contributor

Choose a reason for hiding this comment

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

Signed-off-by: Szymon Łopaciuk <szymon.lopaciuk@cern.ch>
zip_safe=False,
include_package_data=True,
platforms='any',
url='https://github.com/inspirehep/inspire-mitmproxy',
install_requires=install_requires,
tests_require=tests_require,
setup_requires=setup_requires,
extras_require=extras_require,
Copy link

@turtle321 turtle321 May 15, 2018

Choose a reason for hiding this comment

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

I believe that with the current configuration the test folder will be included in the generated artifact. We could improve this config to exclude it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As discussed IRL, tests are not actually added to the package

@szymonlopaciuk szymonlopaciuk merged commit fee1fe9 into inspirehep:master May 15, 2018
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