Skip to content

Commit a50e163

Browse files
authored
Merge pull request #25 from Bernardo-MG/develop
Corrected classifiers
2 parents b3f4d6b + 227b9f5 commit a50e163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read(*names, **kwargs):
5757
'Programming Language :: Python :: 3.6',
5858
'Programming Language :: Python :: 3.7',
5959
'Programming Language :: Python :: 3.8',
60-
'Programming Language :: Python :: 3.9'
60+
'Programming Language :: Python :: 3.9',
6161
'Topic :: Games/Entertainment :: Role-Playing'
6262
],
6363
long_description=read('README.rst'),

0 commit comments

Comments
 (0)