Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = sqlite_export_for_ynab
version = 1.6.2
description = SQLite Export for YNAB - Export YNAB Budget Data to SQLite
description = SQLite Export for YNAB - Export YNAB Data to SQLite
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mxr/sqlite-export-for-ynab
Expand All @@ -14,7 +14,7 @@ classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
keywords = ynab, sqlite, sql, budget, cli
keywords = ynab, sqlite, sql, budget, plan, cli

[options]
packages = find:
Expand Down
Loading