Skip to content

Commit 4c36544

Browse files
committed
There is no trove classifier for PyPy3
1 parent 34b3424 commit 4c36544

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

RELEASING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Prepare new release branch
6464

6565
- Release the wheels to PyPI:
6666

67-
$VENV/bin/twine upload dist/deform-X.Y.Z*
67+
$VENV/bin/twine upload dist/deform-X.Y.Z-*
6868

6969
- Upload a git tag for the release:
7070

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"Programming Language :: Python :: 3.8",
8686
"Programming Language :: Python :: Implementation :: CPython",
8787
"Programming Language :: Python :: Implementation :: PyPy",
88-
"Programming Language :: Python :: Implementation :: PyPy3",
8988
],
9089
keywords="web forms form generation schema validation pyramid",
9190
author="Chris McDonough, Agendaless Consulting",

0 commit comments

Comments
 (0)