Skip to content

Commit

Permalink
Update pyproject file
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdabbas committed Dec 17, 2024
1 parent 28d06d6 commit 44dcbce
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,39 @@
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "advertools"
author = "Elias Dabbas"
author-email = "[email protected]"
home-page = "https://github.com/eliasdabbas/advertools"
classifiers = ["License :: OSI Approved :: MIT License"]
requires = [
[project]
name = "advertools"
authors = [
{name = "Elias Dabbas", email = "[email protected]"}
]

classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = [
"pandas>=1.1.0",
"pyasn1>=0.4",
"scrapy>=2.5.0",
"twython>=3.8.0",
"pyarrow>=5.0.0",
"requests>=2.25.0",
]
description-file = 'README.rst'
keywords = "marketing advertising adwords bingads search-engine-marketing online-marketing digital-marketing digital-advertising keywords"
dynamic = ["description", "version"]
readme = "README.rst"
keywords = ["seo", "marketing", "advertising", "adwords", "bingads", "search-engine-marketing", "online-marketing", "digital-marketing", "digital-advertising", "keywords"]

[project.scripts]
advertools = "advertools.cli:main"
adv = "advertools.cli:main"


[project.urls]
Homepage = "https://adver.tools"
Documentation = "https://advertools.readthedocs.io"
Repository = "https://github.com/eliasdabbas/advertools.git"
Issues = "https://github.com/eliasdabbas/advertools/issues"
Changelog = "https://github.com/eliasdabbas/advertools/blob/master/HISTORY.rst"

[tool.ruff]
target-version = "py37"
Expand Down

0 comments on commit 44dcbce

Please sign in to comment.