-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README installation command, bump version to 1.0.0, and change…
… development status to stable
- Loading branch information
Showing
3 changed files
with
3 additions
and
12 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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ authors = [ | |
{ email = "[email protected]", name = "Christian Ledermann" }, | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", | ||
"Operating System :: OS Independent", | ||
|
@@ -227,15 +227,6 @@ select = [ | |
"S101", | ||
"SLF001", | ||
] | ||
"tests/oldunit_test.py" = [ | ||
"D100", | ||
"D200", | ||
"D401", | ||
"E501", | ||
"FIX", | ||
"ICN001", | ||
"TD", | ||
] | ||
"tests/repr_eq_test.py" = [ | ||
"E501", | ||
] | ||
|