Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 25, 2024
1 parent ca84b43 commit c0ce5b8
Showing 1 changed file with 16 additions and 30 deletions.
46 changes: 16 additions & 30 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
[metadata]
name = "SVInsight"
version = "0.3.2"
dependencies = [
description = "Create social vulnerabilty index"
long_description = file: long_desc.md
author = "Matthew Preisser, Paola Passalacqua, R. Patrick Bixler"
author_email = "[email protected]"
license = "MIT"
license_file = "LICENSE.txt"
url = "https://github.com/mdp0023/SVInsight"

[options]
python_requires = ">=3.9"
install_requires = [
"census",
"factor_analyzer",
"geopandas",
Expand All @@ -16,35 +26,11 @@ dependencies = [
"openpyxl",
"matplotlib"
]
requires-python = ">=3.9"
authors = [
{name = "Matthew Preisser", email = "[email protected]"},
{name = "Paola Passalacqua"},
{name = "R. Patrick Bixler"}
packages = find:

]
description = "Create social vulnerabilty index"
readme = "long_desc.md"
license = {file = "LICENSE.txt"}
packages = [
{ include = "SVInsight" }
]
keywords = ["SVI",
"Social-Vulnerability",
"Hazards",
"Census",
"Demographics"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"

]
[options.extras_require]
docs = ["sphinx"]

[project.urls]
Homepage = "https://github.com/mdp0023/SVInsight"
Documentation = "https://mdp0023.github.io/SVInsight/"


Documentation = "https://mdp0023.github.io/SVInsight/"

0 comments on commit c0ce5b8

Please sign in to comment.