Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
morganbarber authored Feb 27, 2024
1 parent 765a32f commit 4c20f76
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[project]
name = "python_news_scraper"
version = "1.2.0"
authors = [
{ name="Morgan Barber", email="[email protected]" },
]
description = "A python package for web scraping news articles"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/morganbarber/python-news-scraper"
Issues = "https://github.com/morganbarber/python-news-scraper/issues"

0 comments on commit 4c20f76

Please sign in to comment.