File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
classifiers = ["License :: OSI Approved :: GNU General Public License (GPL)" ,
42
42
"License :: OSI Approved :: Apache Software License" ,
43
43
"Intended Audience :: Developers" ,
44
- "Development Status :: 4 - Beta " ,
44
+ "Development Status :: 5 - Production/Stable " ,
45
45
"Topic :: Software Development :: Libraries :: Python Modules" ,
46
46
"Programming Language :: Python" ,
47
47
"Operating System :: OS Independent"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ project.key=EXTPY
8
8
release.type =snapshot
9
9
10
10
# This property is only un-commented and set for official tagged releases.
11
- # release.type=release
12
- # build.stamp=RC2
11
+ release.type =release
12
+ build.stamp =FINAL
13
13
14
14
# This property is uncommented for milestone releases.
15
15
# release.type=milestone
Original file line number Diff line number Diff line change 52
52
download_url = "${download_url}" ,
53
53
classifiers = ["License :: OSI Approved :: Apache Software License" ,
54
54
"Intended Audience :: Developers" ,
55
- "Development Status :: 4 - Beta " ,
55
+ "Development Status :: 5 - Production/Stable " ,
56
56
"Topic :: Software Development :: Libraries :: Python Modules" ,
57
57
"Programming Language :: Python" ,
58
58
"Operating System :: OS Independent"
You can’t perform that action at this time.
0 commit comments