Skip to content

Commit

Permalink
Miscellaneous metadata cleanup missed earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jul 7, 2024
1 parent ba4f6ad commit 403f3a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
19 changes: 12 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Ticket numbers in changelog entries can be looked up by visiting

### 0.5.0 "ALIVE"

That's "ALIVE" as in "This project isn't DEAD" (despite the last release being over two years old).
That's "ALIVE" as in "This project isn't DEAD" (despite the last release being
over two years old).

Updated:

Expand Down Expand Up @@ -34,9 +35,10 @@ Fixed:

Added:

* Support for wolframalpha 3.0 with transitional fallback to 2.4 (#11, #19; see README notes)
* New configuration option `max_public`, a number defining the maximum number of lines
that can be sent without using NOTICEs. Default: 5 (#13)
* Support for wolframalpha 3.0 with transitional fallback to 2.4 (#11, #19; see
README notes)
* New configuration option `max_public`, a number defining the maximum number of
lines that can be sent without using NOTICEs. Default: 5 (#13)
* New configuration option `units`, to specify whether the API should return
`metric` (default) or `nonmetric` measurements (#18; see #16)

Expand All @@ -60,7 +62,8 @@ Updates:

Updates:

* Results longer than 3 lines will be sent via NOTICE instead of flooding channels (#8)
* Results longer than 3 lines will be sent via NOTICE instead of flooding
channels (#8)


### 0.2.1 "Mae shika mukanee"
Expand Down Expand Up @@ -95,7 +98,8 @@ Updates:

Meta:

* README now includes installation instructions and where to get help/report bugs
* README now includes installation instructions and where to get help/report
bugs


### 0.1.1 "Already"
Expand All @@ -114,4 +118,5 @@ Meta:
-------------------------------

* Initial release
* Adopted from https://github.com/maxpowa/inumuta-modules/blob/e0b195c/wolfram.py with permission
* Adopted with permission from
https://github.com/maxpowa/inumuta-modules/blob/e0b195c/wolfram.py
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ license = { text="EFL-2.0" }
dynamic = ["readme"]

classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: Eiffel Forum License (EFL)",
"License :: OSI Approved :: Eiffel Forum License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications :: Chat :: Internet Relay Chat",
]
keywords = [
Expand Down

0 comments on commit 403f3a8

Please sign in to comment.