Skip to content

Commit

Permalink
working towards distributable setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ofloveandhate committed Jul 24, 2024
1 parent 5f32df1 commit 6ecda24
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "markdown2canvas"
version = "0.2"
authors = [
{ name="Silviana Amethyst", email="amethyst@uwec.edu" },
]
description = "code for publishing markdown documents to Canvas pages"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: ",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/ofloveandhate/markdown2canvas"
Issues = "https://github.com/ofloveandhate/markdown2canvas/issues"

0 comments on commit 6ecda24

Please sign in to comment.