Skip to content

Commit

Permalink
Minor code changes and build files added
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan-surana committed Jul 2, 2024
1 parent 57f73f4 commit 5400192
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

## Supported Versions

Versions of MetaDataScraper that are
Versions of MetaDataScraper that are
currently being supported with security updates:-

| Version |Supported|
| ------- | --------|
| 1.0.1 ||
| 1.0.0 ||
| >=1.0.0 ||
| < 1.0 | :x: |

## Reporting a Vulnerability
Expand Down
14 changes: 10 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ version = "1.0.2"
authors = [
{ name="Ishan Surana", email="[email protected]" },
]
maintainers = [
{ name="Ishan Surana", email="[email protected]" },
]
licence = {file = "LICENSE"}
description = "A module designed to automate the extraction of follower counts and post details from a public Facebook page."
readme = "README.md"
classifiers = [
Expand All @@ -20,9 +24,11 @@ dependencies = [
'webdriver-manager == 4.0.1'
]
requires-python = ">=3.10"

[tool.setuptools.dynamic]
version = {attr = "MetaDataScraper.__version__"}
keywords = ["facebook", "scraper", "meta", "selenium", "webdriver-manager", "automation", "web-scraping", "web-crawling", "web-automation", "facebook-scraper", "facebook-web-scraper", "meta-scraper"]

[project.urls]
Homepage = "https://metadatascraper.readthedocs.io/en/latest/"
Homepage = "https://metadatascraper.readthedocs.io/en/latest/"
Documentation = "https://metadatascraper.readthedocs.io/en/latest/"
Repository = "https://github.com/ishan-surana/MetaDataScraper"
Changelog = "https://github.com/ishan-surana/MetaDataScraper/releases"
Issues = "https://github.com/ishan-surana/MetaDataScraper/issues"

0 comments on commit 5400192

Please sign in to comment.