Skip to content

Commit e6f8cec

Browse files
authored
Merge pull request #18 from sopel-irc/finalize-1.3.0
Finalize 1.3.0
2 parents f6e2dfb + 70ef080 commit e6f8cec

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![Python Tests](https://github.com/sopel-irc/sopel-imdb/actions/workflows/python-tests.yml/badge.svg?branch=master)](https://github.com/sopel-irc/sopel-imdb/actions/workflows/python-tests.yml)
22
[![PyPI version](https://badge.fury.io/py/sopel-modules.imdb.svg)](https://badge.fury.io/py/sopel-modules.imdb)
3-
[![Total alerts](https://img.shields.io/lgtm/alerts/g/sopel-irc/sopel-imdb.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sopel-irc/sopel-imdb/alerts/)
4-
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sopel-irc/sopel-imdb.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sopel-irc/sopel-imdb/context:python)
53

64
**Maintainer:** [@RustyBower](https://github.com/rustybower)
75

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ namespaces = false
1111

1212
[project]
1313
name = "sopel-imdb"
14-
version = "1.3.0.dev0"
15-
description = "A working re-implementation of the imdb module for Sopel"
14+
version = "1.3.0"
15+
description = "A re-implementation of the imdb plugin for Sopel"
1616
keywords = [
1717
"sopel",
1818
"plugin",
@@ -30,13 +30,11 @@ authors = [
3030
]
3131

3232
readme = "README.md"
33-
license = { text="MIT License" }
33+
license = { text="MIT" }
3434
classifiers = [
3535
"Development Status :: 5 - Production/Stable",
3636
"Intended Audience :: Developers",
3737
"Intended Audience :: System Administrators",
38-
"License :: Eiffel Forum License (EFL)",
39-
"License :: OSI Approved :: Eiffel Forum License",
4038
"Operating System :: POSIX :: Linux",
4139
"Programming Language :: Python :: 3.8",
4240
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)