-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kristinita
authored and
Kristinita
committed
Aug 3, 2018
1 parent
984eea6
commit f31606f
Showing
7 changed files
with
86 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{ | ||
"buildCommand": "changelog -u https:\/\/${repo.host}\/${repo.repository} -f CHANGELOG.md && sed -i 's\/^version = .*$\/version = ${version}\/g' setup.cfg && sed -i 's\/^VERSION = \".*\"$\/VERSION = \"${version}\"\/g' \"erichek\/eric_config.py\" && python setup.py bdist_wheel && twine upload dist\/*", | ||
"changelogCommand": "changelog -f -", | ||
"github": { | ||
"release": true, | ||
"tokenRef": "GITHUB_TOKEN" | ||
}, | ||
"npm": { | ||
"publish": false | ||
}, | ||
"safeBump": false | ||
{ | ||
"buildCommand": "changelog -u https:\/\/${repo.host}\/${repo.repository} -f CHANGELOG.md && sed -i 's\/^version = .*$\/version = ${version}\/g' setup.cfg && sed -i 's\/^VERSION = \".*\"$\/VERSION = \"${version}\"\/g' \"erichek\/eric_config.py\" && python setup.py bdist_wheel && twine upload dist\/*", | ||
"changelogCommand": "changelog -f -", | ||
"github": { | ||
"release": true, | ||
"tokenRef": "GITHUB_TOKEN" | ||
}, | ||
"npm": { | ||
"publish": false | ||
}, | ||
"safeBump": false, | ||
"src": { | ||
"addUntrackedFiles": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,54 @@ | ||
.. target parameter necessary, that badges displayed in GitHub as inline elements, not as a block elements, see: | ||
.. https://github.com/badges/shields/issues/1491#issuecomment-364201130 | ||
.. Active repository status — http://www.repostatus.org | ||
.. image:: http://www.repostatus.org/badges/latest/active.svg | ||
:target: http://www.repostatus.org/#active | ||
:alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed. | ||
|
||
.. PyPI version — https://badge.fury.io/py/ | ||
.. image:: https://badge.fury.io/py/erichek.svg | ||
:target: https://badge.fury.io/py/erichek | ||
:alt: PyPI version | ||
|
||
.. image:: https://img.shields.io/pypi/pyversions/erichek.svg?style=plastic | ||
:target: https://img.shields.io/pypi/pyversions/erichek.svg?style=plastic | ||
:alt: Python version | ||
|
||
.. image:: https://img.shields.io/pypi/wheel/erichek.svg?style=plastic | ||
:target: https://img.shields.io/pypi/wheel/erichek.svg?style=plastic | ||
:alt: Wheel | ||
|
||
.. image:: https://travis-ci.org/Kristinita/Erichek.svg?branch=master | ||
:target: https://travis-ci.org/Kristinita/Erichek | ||
:alt: Travis CI | ||
|
||
.. AppVeyor badge incorrect displayed in http://rst.ninjs.org — online reStructuredText Viewer | ||
.. image:: https://ci.appveyor.com/api/projects/status/gscnxa6gj2oej1gn?svg=true | ||
:target: https://ci.appveyor.com/project/Kristinita/erichek | ||
:alt: AppVeyor | ||
|
||
.. image:: https://circleci.com/gh/Kristinita/Erichek.svg?style=svg | ||
:target: https://circleci.com/gh/Kristinita/Erichek | ||
:alt: Circle CI | ||
|
||
.. image:: https://lintly.com/gh/Kristinita/Erichek/badge.svg?style=plastic | ||
:target: https://lintly.com/gh/Kristinita/Erichek/ | ||
:alt: Lintly | ||
|
||
.. image:: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=plastic | ||
:target: http://commitizen.github.io/cz-cli/ | ||
:alt: Commitizen-friendly | ||
|
||
|
||
.. Bold text in links | ||
.. https://stackoverflow.com/a/4836544/5951529 | ||
Erichek — validator for |Eric's rooms|_. | ||
|
||
See full description in |https://Kristinita.ru/Programs/Erichek|_ page. | ||
|
||
.. |Eric's rooms| replace:: **Eric's rooms** | ||
.. _Eric's rooms: https://github.com/Kristinita/Erics-Green-Room | ||
|
||
.. |https://Kristinita.ru/Programs/Erichek| replace:: **https://Kristinita.ru/Programs/Erichek** | ||
.. _https://Kristinita.ru/Programs/Erichek: https://Kristinita.ru/Programs/Erichek | ||
.. target parameter necessary, that badges displayed in GitHub as inline elements, not as a block elements, see: | ||
.. https://github.com/badges/shields/issues/1491#issuecomment-364201130 | ||
.. Active repository status — http://www.repostatus.org | ||
.. image:: http://www.repostatus.org/badges/latest/active.svg | ||
:target: http://www.repostatus.org/#active | ||
:alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed. | ||
|
||
.. PyPI version — https://badge.fury.io/py/ | ||
.. image:: https://badge.fury.io/py/erichek.svg | ||
:target: https://badge.fury.io/py/erichek | ||
:alt: PyPI version | ||
|
||
.. image:: https://img.shields.io/pypi/pyversions/erichek.svg?style=plastic | ||
:target: https://img.shields.io/pypi/pyversions/erichek.svg?style=plastic | ||
:alt: Python version | ||
|
||
.. image:: https://img.shields.io/pypi/wheel/erichek.svg?style=plastic | ||
:target: https://img.shields.io/pypi/wheel/erichek.svg?style=plastic | ||
:alt: Wheel | ||
|
||
.. image:: https://travis-ci.org/Kristinita/Erichek.svg?branch=master | ||
:target: https://travis-ci.org/Kristinita/Erichek | ||
:alt: Travis CI | ||
|
||
.. AppVeyor badge incorrect displayed in http://rst.ninjs.org — online reStructuredText Viewer | ||
.. image:: https://ci.appveyor.com/api/projects/status/gscnxa6gj2oej1gn?svg=true | ||
:target: https://ci.appveyor.com/project/Kristinita/erichek | ||
:alt: AppVeyor | ||
|
||
.. image:: https://circleci.com/gh/Kristinita/Erichek.svg?style=svg | ||
:target: https://circleci.com/gh/Kristinita/Erichek | ||
:alt: Circle CI | ||
|
||
.. image:: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=plastic | ||
:target: http://commitizen.github.io/cz-cli/ | ||
:alt: Commitizen-friendly | ||
|
||
|
||
.. Bold text in links | ||
.. https://stackoverflow.com/a/4836544/5951529 | ||
Erichek — validator for |Eric's rooms|_. | ||
|
||
See full description in |https://Kristinita.ru/Programs/Erichek|_ page. | ||
|
||
.. |Eric's rooms| replace:: **Eric's rooms** | ||
.. _Eric's rooms: https://github.com/Kristinita/Erics-Green-Room | ||
|
||
.. |https://Kristinita.ru/Programs/Erichek| replace:: **https://Kristinita.ru/Programs/Erichek** | ||
.. _https://Kristinita.ru/Programs/Erichek: https://Kristinita.ru/Programs/Erichek |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
chardet | ||
clize | ||
colorama | ||
logbook | ||
pyfancy | ||
pyfiglet | ||
regex | ||
chardet | ||
clize | ||
colorama | ||
logbook | ||
pyfancy | ||
pyfiglet | ||
regex | ||
termcolor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ long_description = file: README.rst | |
# Versions should compatibly with PEP440. For a discussion on single-sourcing | ||
# the version across setup.py and the project code, see | ||
# https://packaging.python.org/en/latest/single_source_version.html | ||
version = 0.0.0 | ||
version = 0.3.1 | ||
# Author details | ||
author = Sasha Chernykh | ||
author_email = [email protected] | ||
|
@@ -35,7 +35,7 @@ classifiers = | |
License :: OSI Approved :: MIT License | ||
Natural Language :: Russian | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Topic :: Scientific/Engineering :: Information Analysis | ||
|
||
[options] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters