Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran committed Nov 15, 2023
1 parent 7e70b87 commit 3d9cb69
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ version = "0.1.0"
description = "Upload & Merge Data with Attachments to Airtable"
authors = ["Arjun <arjunprakash027@gmail.com>"]
readme = "README.md"
include = ["CHANGELOG.md"]
license = "MIT"
homepage = "https://github.com/TheAcharya/Airlift"
repository = "https://github.com/TheAcharya/Airlift"
documentation = "https://github.com/TheAcharya/Airlift/blob/main/README.md"
keywords = ["csv", "json", "airtable", "dropbox", "import", "merge"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Environment :: Console",
"Operating System :: MacOS",
"Operating System :: Microsoft",
"Operating System :: Unix",
"Topic :: Database",
"Topic :: Internet",
"Topic :: Terminals",
"Topic :: Utilities",
]

[tool.poetry.scripts]
airlift = "airlift.cli:main"
Expand Down

0 comments on commit 3d9cb69

Please sign in to comment.