[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "XRDimage"
version = "0.0.1.1"
authors = [
   { name="Pawan K. Tripathi", email="pkt19@case.edu" }
]
description = "XRD image processing package"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"
classifiers = [
    "Programming Language :: Python :: 3.8",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://bitbucket.org/cwrusdle/xrd-image/src/main/"
"Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
