Skip to content

Commit

Permalink
Remove 'Development' section from README
Browse files Browse the repository at this point in the history
* Moved to [reference/python](https://lesspress.net/reference/python/)
  • Loading branch information
chbrown committed Jun 23, 2018
1 parent cf0c80c commit bc6b90d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,6 @@ print(gettysburg_counts)
```


### Development

Generate reStructuredText re-formatting from canonical Markdown-formatted `README.md`.

pandoc -o README.rst README.md

Commands for publishing to PyPI, current as of 2017-10-20:

pip install -U twine wheel
python setup.py sdist
python setup.py bdist_wheel --universal
# (ensure ~/.pypirc has your PyPI credentials)
twine upload dist/*


## License

Copyright (c) 2012-2017 Christopher Brown. [MIT Licensed](LICENSE.txt).

0 comments on commit bc6b90d

Please sign in to comment.