Skip to content

Commit 3e285e9

Browse files
authored
Add supported Python versions badge (#28)
1 parent 78649f7 commit 3e285e9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252
</a>
5353
</td>
5454
</tr>
55+
<tr>
56+
<td>Python Versions</td>
57+
<td>
58+
<a href="https://pypi.org/project/atlalign/">
59+
<img src="https://img.shields.io/pypi/pyversions/atlalign.svg" alt="Python Versions" />
60+
</a>
61+
</td>
62+
</tr>
5563
</table>
5664

5765
Atlas Alignment is a toolbox to perform multimodal image registration. It

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@
4444
"Development Status :: 4 - Beta",
4545
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
4646
"Operating System :: Unix",
47+
"Programming Language :: Python",
4748
"Programming Language :: Python :: 3",
49+
"Programming Language :: Python :: 3.6",
50+
"Programming Language :: Python :: 3.7",
51+
"Programming Language :: Python :: 3.8",
52+
"Programming Language :: Python :: 3.9",
53+
"Programming Language :: Python :: 3 :: Only",
4854
"Topic :: Scientific/Engineering :: Artificial Intelligence",
4955
"Topic :: Scientific/Engineering :: Image Processing",
5056
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)