diff --git a/.gitignore b/.gitignore index dc4890228..34a7eed68 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ __pycache__/ dist/ .ipynb_checkpoints *.egg-info -*.ipynb \ No newline at end of file +*.ipynb +site/ \ No newline at end of file diff --git a/README.md b/README.md index 04926587c..a1d2c8f74 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2521fa429..7c13fcd3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ license = "MIT" authors = ["Michael Zaikin ", "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",