diff --git a/SECURITY.md b/SECURITY.md index a457ddc..6ac13c1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 9184099..3caa345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,10 @@ version = "1.0.2" authors = [ { name="Ishan Surana", email="ishansurana1234@gmail.com" }, ] +maintainers = [ + { name="Ishan Surana", email="ishansurana1234@gmail.com" }, +] +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 = [ @@ -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/" \ No newline at end of file +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" \ No newline at end of file