From 987672cd027581c605535c60d618d9c193cc08f6 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Mon, 2 Oct 2023 12:35:39 -0700 Subject: [PATCH] readme in pyproject --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index edc9d32f..18060660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,10 +15,7 @@ maintainers = [{ name = "geosnap contributors" }] license = { text = "BSD 3-Clause" } description = "The Geospatial Neighborhood Analysis Package" keywords = ["geodemographics, neighborhood dynamics, urban data science, spatial analysis"] -readme = { text = """\ -A suite of tools for exploring, modeling, and visualizing the social context and spatial extent of neighborhoods and regions over time" - -""", content-type = "text/x-rst" } +readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License",