Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,27 @@ after_success:

before_deploy:
python setup.py bdist_wheel

deploy:
- provider: releases
api_key:
secure: fPYpiTTdpBQXFgF55rvxPpj0Hu7L29+6c9dxdjvQZiCV6FJCu1rMgukmt76x4Cg2tOdpytnFZXLP7lqo9g0KZnJVVrWRGWB7fch5xcz+kmOdwPqjA5L18vRybkuTczZdC1y4v9mHMpT58JA+N8zIy1oJN0UCb3ZrbLmZkiXLetHNW4vCDwR5OuNSnxhR0OQl0UQ8Z7JGDIXzVbUGmCWXJRAZLkTzViaTfQCDnu5H0zLWlQ8Y6NsOC1QBpSPhQIb9IKURiTKc1ze7VpULA5d/FJ5oDyY+FT6amgiqBw3sxbSHeH5ztb17IH5JEzAkKdPODwee/E/6oOf8Dnu9QlQctHRPfCXMFm+hPDaZHRx+JJIoU4/KX0jWU9aTr2K1CWtqDzRWtci1iOdF018YYAjKUaNcnC6JKtdJW7sSCtCyfzq6y2HTbpaqNJ/psJQhIapH4+YsxjWr0ap/PjR0eER1EfVsWtnDRnmpqVamXsBpo5qq1XfEPC6KVQfTqN2YFWkC0RwKLMnRCv3jg6gVjA1RNYwCLU+Ve0d8Kln4/9w3eYl2L8LKNCfdNq5HqCMhWo+5V5m242mhT+spKcVnndEuW4CeXkEtMgtSZW3Jnd9v5F18VECaHPJpFLVwZ377845jBt1LmTjZjY62fBp2qKYJbpHJlqLKZz4eU4CYT28Jlv8=
file_glob: true
file: "dist/*.whl"
skip_cleanup: true
on:
repo: pyecore/setuptools-pyecore
tags: true
python: '3.6'

- provider: pypi
user: ferraith
password:
secure: PTagt2GZ8zHElE19PFecaBmGFkusUBVgA4khto4bbRC9sBDOYSFe3dN78pMfm1VhcBdHaD7RZVL6Ape6IB+s/0qC8OFzXtqchA6H/8+YZJfPYtm28E57EcZ+WsfocDe9qweAf7v6DvA8cGat2fmHc/N/l3f056sq60xu1soxHUZV0hgG6/0CCcXqSWjCkxyDrJZhTsz6Yt3YejAEA4Hi4PlNdwBGjBn/Mxg6VrjNT4QbWvo/ttnAPIIi4CbASuwuGu+7W/i2yV4kJeZHl+LIerM/hXEn71NBTYYMjEvd3EhOaDimnF/0DapggqD6K1eEORNOdamNxx4bo9A3adZ6U4scIXzgPc+6Bckm1AIe5ePsaej3nXyqGOvRt/B03TEboTLtdsPhwwACFTiYeoOB2FM1VYPRnrBuaWk6V0p/HBIqHt/kVjTpyaXVy4H1f49Gx2ZmjgOL/7QE1mRPiygq4cbmSVhIsC3BXt1umuopUxJLEwEpFD4kxsQKyWVRRp0lwknUGhn+nF+Oo39vEPnQHgx2xJIab3X6pdvIFNmabFPDemkXmXcw2ps4I5636SvbDJmYgYC90Fqlq4jthP01y8336cWqbGMy7esZ0lHVXyh/QsYwLUe8TLIXc/iFlC2OD9SC96pPwUUDJQC8LCREC47g/FbCBop1J/pg0V1T7q0=
distributions: sdist bdist_wheel
skip_cleanup: true
skip_upload_docs: true
on:
repo: pyecore/setuptools-pyecore
tags: true
python: '3.6'
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- `library` sample project.
- Reference config file.

[Unreleased]: https://github.com/ferraith/setuptools-pyecore/compare/0.1.0...HEAD
[0.1.0]: https://github.com/ferraith/setuptools-pyecore/compare/683af85...0.1.0
[Unreleased]: https://github.com/pyecore/setuptools-pyecore/compare/0.1.0...HEAD
[0.1.0]: https://github.com/pyecore/setuptools-pyecore/compare/683af85...0.1.0
24 changes: 16 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
setuptools-pyecore
==================

|Build Status| |Coverage Status| |License|
|Build Status| |Coverage Status| |PyPI Version| |GitHub Version| |License|

.. |Build Status| image:: https://travis-ci.com/ferraith/setuptools-pyecore.svg
:target: https://travis-ci.com/ferraith/setuptools-pyecore
.. |Build Status| image:: https://travis-ci.org/pyecore/setuptools-pyecore.svg
:target: https://travis-ci.org/pyecore/setuptools-pyecore
:alt: Build Status

.. |Coverage Status| image:: https://coveralls.io/repos/github/ferraith/setuptools-pyecore/badge.svg?branch=master
:target: https://coveralls.io/github/ferraith/setuptools-pyecore?branch=master
.. |Coverage Status| image:: https://coveralls.io/repos/github/pyecore/setuptools-pyecore/badge.svg?branch=master
:target: https://coveralls.io/github/pyecore/setuptools-pyecore?branch=master
:alt: Coverage Status

.. |License| image:: https://img.shields.io/github/license/ferraith/setuptools-pyecore.svg
:target: https://raw.githubusercontent.com/ferraith/setuptools-pyecore/master/LICENSE
.. |PyPI Version| image:: https://badge.fury.io/py/setuptools-pyecore.svg
:target: https://pypi.org/project/setuptools-pyecore
:alt: PyPI Version

.. |GitHub Version| image:: https://badge.fury.io/gh/pyecore%2Fsetuptools-pyecore.svg
:target: https://github.com/pyecore/setuptools-pyecore/releases
:alt: GitHub Version

.. |License| image:: https://img.shields.io/github/license/pyecore/setuptools-pyecore.svg
:target: https://raw.githubusercontent.com/pyecore/setuptools-pyecore/master/LICENSE
:alt: License

Overview
Expand All @@ -35,7 +43,7 @@ From Source Code

::

> git clone https://github.com/ferraith/setuptools-pyecore.git
> git clone https://github.com/pyecore/setuptools-pyecore.git
> cd setuptools-pyecore
> pip install .

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
python_requires='>=3.4',
tests_require=['pytest'],
setup_requires=['pyecoregen'] + pytest_runner_opt,
url='https://github.com/ferraith/setuptools-pyecore',
url='https://github.com/pyecore/setuptools-pyecore',
license='BSD 3-Clause',
author='Andreas Schmidl',
author_email='Andreas.Schmidl@gmail.com',
Expand Down