Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Valer100 committed Aug 16, 2024
1 parent 37d7a52 commit 7fbbcb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"Intended Audience :: Developers",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: MIT License",
"Operating System :: Windows",
"Operating System :: Windows 10",
"Operating System :: Windows 11",
"Operating System :: Microsoft :: Windows",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: Microsoft :: Windows :: Windows 11",
],
keywords = [
"accent",
Expand All @@ -42,5 +42,6 @@
"windows-11",
"windows-10",
"winui",
"winaccent"
],
)
2 changes: 1 addition & 1 deletion upload.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ python setup.py sdist bdist_wheel
twine upload dist/*
rmdir /q /s dist
rmdir /q /s build
rmdir /q /s sv_ttk_colorizer.egg-info
rmdir /q /s winaccent.egg-info

0 comments on commit 7fbbcb6

Please sign in to comment.