Skip to content

Commit c5d08b5

Browse files
authored
Merge pull request #138 from equinor/setup-config-typo
fix typo
2 parents 990880a + 3203100 commit c5d08b5

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
@@ -42,7 +42,7 @@ def parse_requirements(fname):
4242
"Development Status :: 3 - Alpha",
4343
"Intended Audience :: Developers",
4444
"Natural Language :: English",
45-
"Programming Language :: Python :: 3.7"
45+
"Programming Language :: Python :: 3.7",
4646
"Programming Language :: Python :: 3.8",
4747
],
4848
use_scm_version={"write_to": "src/sumo/wrapper/version.py"},

0 commit comments

Comments
 (0)