forked from gaugendre/ofx-processor
Add python 3 only classifier
This commit is contained in:
parent
3dd0f6a304
commit
a1ad25ddb2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ classifiers = [
|
|||
"Operating System :: Unix",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Topic :: Utilities",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue