-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ build-backend = 'setuptools.build_meta' | |
|
||
[project] | ||
name = 'gmpy2' | ||
version = '2.2.0rc1' | ||
version = '2.2.0' | ||
description = 'gmpy2 interface to GMP, MPFR, and MPC for Python 3.7+' | ||
keywords = ['gmp', 'mpfr', 'mpc', 'multiple-precision', | ||
'arbitrary-precision', 'precision', 'bignum'] | ||
license = {text = 'LGPL-3.0+'} | ||
authors = [{name = 'Case Van Horsen'}] | ||
maintainers = [{name = 'Case Van Horsen', email = '[email protected]'}] | ||
classifiers = ['Development Status :: 4 - Beta', | ||
classifiers = ['Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: Science/Research', | ||
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters