Skip to content

Commit

Permalink
Update to use pyproject.toml instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Shun Huang committed Apr 19, 2023
1 parent 5645434 commit 6f2b2a7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
21 changes: 21 additions & 0 deletions pyproject.toml
@@ -0,0 +1,21 @@
[project]
name = "forest-python"
version = "0.6.2"
authors = [
{ name="Shun Huang", email="shun@formosa1544.com" }
]
description = "The Forest Project in Python"
readme = {file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.9"
license = {text = "MIT License"}
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
]
keywords = ["tree", "data-structures"]

[tool.setuptools.packages.find]
exclude = ["examples", "tests"]

[project.urls]
repository = "https://github.com/burpeesDaily/forest-python"
26 changes: 0 additions & 26 deletions setup.py

This file was deleted.

0 comments on commit 6f2b2a7

Please sign in to comment.