Skip to content

Commit

Permalink
Merge 332047e into 60b6e8e
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 11, 2020
2 parents 60b6e8e + 332047e commit c679441
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion fino.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# encoding: utf-8
"""
Output the Finnish word for a given integer.
"""
Expand Down
1 change: 0 additions & 1 deletion fino_guess.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# encoding: utf-8
"""
Guess the number.
"""
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down
1 change: 0 additions & 1 deletion test_fino.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# encoding: utf-8
"""
Unit tests for fino.py
"""
Expand Down

0 comments on commit c679441

Please sign in to comment.