Skip to content

Commit

Permalink
Fix wrong classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgredowski committed Aug 7, 2021
1 parent b064b76 commit a4aecf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ description = ""
homepage = "https://github.com/piotrgredowski/table2sql"
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Programming Language :: Python :: 3.6",
"Topic :: Programming Language :: Python :: 3.7",
"Topic :: Programming Language :: Python :: 3.8",
"Topic :: Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]

[tool.poetry.urls]
Expand Down

0 comments on commit a4aecf4

Please sign in to comment.