Skip to content

Commit

Permalink
Small cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Apr 23, 2016
1 parent 2837b78 commit ea38012
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Documentation and tutorial are available at http://hadim.github.io/pygraphml/. A
- Python > 2.7 and > 3.3
- NetworkX (http://networkx.lanl.gov/): only for the visualization

# Install

`pip install pygraphml`

# License

Under BSD license. See [LICENSE](LICENSE).
Expand All @@ -20,3 +24,11 @@ Under BSD license. See [LICENSE](LICENSE).

- Hadrien Mary <hadrien.mary@gmail.com>
- Nick Hamilton <n.hamilton@imb.uq.edu.au>

# How to release a new version

- Modify version number in `pygraphml/__init__.py`
- Commit and push changes
- Make Github release
- Create packages : `python setup.py sdist bdist_wheel`
- Upload packages : `twine upload dist/*`

0 comments on commit ea38012

Please sign in to comment.