Skip to content

Commit df8dea8

Browse files
authored
Test pypi (#273)
* add twine to dev group dependencies * use raw image links so that the logos appear on pypi * remove underscore link decorator * switch image links to markdown --------- Co-authored-by: Gauthier BERTHOMIEU <gauthier.berthomieu@ensta.fr> (him again??)
1 parent 2ae7d95 commit df8dea8

4 files changed

Lines changed: 237 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
<br>
33
<div align="center">
44

5-
<a href="https://github.com/Project-OSmOSE/OSEkit">
6-
<img src="docs/logo/osekit.png" alt="OSEkit logo" title="OSEkit" height="120" />
7-
</a>
5+
[![OSEkit logo](https://raw.githubusercontent.com/Project-OSmOSE/OSEkit/refs/heads/main/docs/logo/osekit_small.png)](https://github.com/Project-OSmOSE/OSEkit)
86
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
9-
<a href="https://osmose.ifremer.fr/">
10-
<img src="docs/logo/osmose_texte_sombre.png" alt="OSmOSE logo" title="OSmOSE" height="120" />
11-
</a>
7+
[![OSmOSE logo](https://raw.githubusercontent.com/Project-OSmOSE/OSEkit/refs/heads/main/docs/logo/osmose_texte_sombre_small.png)](https://osmose.ifremer.fr/)
128

139
<br>
1410
<br>
10.7 KB
Loading

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dev = [
3838
"sphinx>=8.2.3",
3939
"sphinx-book-theme>=1.1.4",
4040
"sphinx-copybutton>=0.5.2",
41+
"twine>=6.1.0",
4142
]
4243

4344
[tool.ruff]

0 commit comments

Comments
 (0)