Skip to content

Commit

Permalink
Move to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 18, 2023
1 parent 47312df commit a6c312a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 36 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools"]

[project]
name = "pyflowlauncher"
authors = [
{name = "William McAllister", email = "dev.garulf@gmail.com"}
]
version = "0.0.1-alpha"
description = "Python library to help build Flow Launcher plugins."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
'typing_extensions>=4.8.0; python_version < "3.11"'
]

[tool.setuptools]
packages = ["pyflowlauncher"]
36 changes: 0 additions & 36 deletions setup.py

This file was deleted.

0 comments on commit a6c312a

Please sign in to comment.