summaryrefslogtreecommitdiff
path: root/textproc/py-markups/files/patch-pyproject.toml
blob: c7271453f3c7ded128987c0446666e3f3a3e5bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2023-01-16 19:07:22 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.2"]
 build-backend = "setuptools.build_meta"
 
 [project]
-name = "Markups"
+name = "markups"
 description = "A wrapper around various text markups"
 readme = "README.rst"
 authors = [{name = "Dmitry Shachnev", email = "mitya57@gmail.com"}]