Skip to content

Commit

Permalink
configured to use new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
yulqen committed Jun 22, 2022
1 parent ba31675 commit c50c60b
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "datamaps"
version = "1.1.8"
authors = [
{ name="Matthew Lemon", email="[email protected]" },
]
description='Collect and clean data using Excel spreadsheets.'
readme = "README.md"
requires_python = ">=3.7"
classifiers=[
"Environment :: Console",
"Intended Audience :: Other Audience",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Text Processing",
]

[project_urls]
"Homepage" = 'https://github.com/hammerheadlemon/datamaps'

[tool.poetry]
name = "datamaps"
Expand Down

0 comments on commit c50c60b

Please sign in to comment.