Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Aug 17, 2019
1 parent 76b3394 commit e963349
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ __pycache__/
dist/
.ipynb_checkpoints
*.egg-info
*.ipynb
*.ipynb
site/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ pip install pytezos

### Usage

Read [quick start guide](https://baking-bad.github.com/pytezos), or just enjoy surfing the interactive documentation using Python console/Jupyter:
Read [quick start guide](https://baking-bad.github.io/pytezos), or just enjoy surfing the interactive documentation using Python console/Jupyter:
```python
>>> from pytezos import pytezos
>>> pytezos
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "MIT"
authors = ["Michael Zaikin <[email protected]>", "Arthur Breitman", "Roman Serikov"]
readme = "README.md"
repository = "https://github.com/baking-bad/pytezos"
website = "https://baking-bad.github.io/pytezos/"
keywords = ['tezos', 'crypto', 'blockchain', 'xtz']
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e963349

Please sign in to comment.