Skip to content

Commit

Permalink
package | fix project links in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Sep 2, 2023
1 parent 3ad0f9d commit 2546965
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/paper_tabular_dl_revisiting_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ <h1 id="api">API</h1>
</span><span id="L-60"><a href="#L-60"><span class="linenos"> 60</span></a><span class="sd"> implementation of the module and individual items.</span>
</span><span id="L-61"><a href="#L-61"><span class="linenos"> 61</span></a>
</span><span id="L-62"><a href="#L-62"><span class="linenos"> 62</span></a><span class="sd">&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
</span><span id="L-63"><a href="#L-63"><span class="linenos"> 63</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;0.0.1&#39;</span>
</span><span id="L-63"><a href="#L-63"><span class="linenos"> 63</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;0.0.2&#39;</span>
</span><span id="L-64"><a href="#L-64"><span class="linenos"> 64</span></a>
</span><span id="L-65"><a href="#L-65"><span class="linenos"> 65</span></a><span class="n">__all__</span> <span class="o">=</span> <span class="p">[</span>
</span><span id="L-66"><a href="#L-66"><span class="linenos"> 66</span></a> <span class="s1">&#39;MLP&#39;</span><span class="p">,</span>
Expand Down
2 changes: 1 addition & 1 deletion package/paper_tabular_dl_revisiting_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
implementation of the module and individual items.
""" # noqa: E501
__version__ = '0.0.1'
__version__ = '0.0.2'

__all__ = [
'MLP',
Expand Down
4 changes: 2 additions & 2 deletions package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ name = "paper_tabular_dl_revisiting_models"
requires-python = ">=3.8"

[project.urls]
Code = "https://github.com/yandex-research/tabular_dl_revisiting_models"
Documentation = "https://yandex-research.github.io/tabular_dl_revisiting_models"
Code = "https://github.com/yandex-research/tabular-dl-revisiting-models/tree/main/package"
Documentation = "https://yandex-research.github.io/tabular-dl-revisiting-models"

[tool.black]
skip_string_normalization = true
Expand Down

0 comments on commit 2546965

Please sign in to comment.