Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Oct 24, 2017
1 parent 8a39882 commit cce171a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ From sources

git clone https://github.com/SkypLabs/python4yahdlc.git
cd python4yahdlc
git submodule update --init --recursive
python3 setup.py install

You need the `setuptools <https://pypi.python.org/pypi/setuptools>`_ package to execute ``setup.py``.
Expand Down Expand Up @@ -76,12 +77,18 @@ Development
Releasing a new version
-----------------------

Before publishing the new release:

* Run all tests and be sure they all pass
* Update the ``VERSION`` variable in ``setup.py``
* Update ``MANIFEST.in`` if needed
* Update the package's metadata (description, classifiers, etc) in ``setup.py`` if needed
* Update ``README.rst`` if needed

After having pushed the changes:

* Edit the release note on GitHub

License
=======

Expand Down

0 comments on commit cce171a

Please sign in to comment.