Skip to content

Commit 19c4a77

Browse files
Merge pull request #1009 from adamtheturtle/pyup-update-pyroma-2.4-to-2.5
Update pyroma to 2.5
2 parents 3ffe90d + b52eb94 commit 19c4a77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pyenchant==2.0.0 # Bindings for a spellchecking sytem
1515
pygithub==1.43.7
1616
Pygments==2.4.2
1717
pylint==2.3.1 # Lint
18-
pyroma==2.4 # Packaging best practices checker
18+
pyroma==2.5 # Packaging best practices checker
1919
pytest-cov==2.7.1 # Measure code coverage
2020
pytest==4.6.0 # Test runners
2121
PyYAML==5.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
'Environment :: Web Environment',
4141
'License :: OSI Approved :: MIT License',
4242
'Programming Language :: Python :: 3.7',
43+
'Development Status :: 3 - Alpha',
4344
],
4445
)

0 commit comments

Comments
 (0)