Skip to content

Commit f1406b5

Browse files
committed
Update version number and metadata.
1 parent 93b1c25 commit f1406b5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup.cfg

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
[metadata]
22
name = brainplotlib
3-
version = 0.4.1
3+
version = 0.5.0
44
author = Ma Feilong
55
author_email = mafeilong@gmail.com
66
description = A lightweight package to plot brain surfaces with Python.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
keywords = brain, surface, fmri, plotting, visualization
10-
url = https://github.com/feilong/brainplotlib
10+
url = https://feilong.github.io/brainplotlib/
1111
project_urls =
1212
Bug Tracker = https://github.com/feilong/brainplotlib/issues
13+
Source Code = https://github.com/feilong/brainplotlib
1314
classifiers =
14-
Programming Language :: Python :: 3
15+
Programming Language :: Python :: 3 :: Only
16+
Programming Language :: Python :: 3.6
17+
Programming Language :: Python :: 3.7
18+
Programming Language :: Python :: 3.8
19+
Programming Language :: Python :: 3.9
20+
Programming Language :: Python :: 3.10
1521

1622
[options]
1723
package_dir =

0 commit comments

Comments
 (0)