Skip to content

Commit 3d05b09

Browse files
Fix pyproject.toml
1 parent d94795f commit 3d05b09

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ build-backend = "setuptools.build_meta"
1010
name = "FindAFactor"
1111
version = "3.8.0"
1212
description = "Find any nontrivial factor of a number"
13-
readme = "README.md"
13+
readme = {file = "README.txt", content-type = "text/markdown"}
14+
license = {text = "MIT"}
15+
authors = [
16+
{name = "Dan Strano", email = "stranoj@gmail.com"}
17+
]
18+
maintainers = [
19+
{name = "Dan Strano", email = "stranoj@gmail.com"}
20+
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
name='FindAFactor',
3232
version='3.8.0',
3333
author='Dan Strano',
34-
author_email='dan@unitary.fund',
34+
author_email='stranoj@gmail.com',
3535
description='Find any nontrivial factor of a number',
3636
long_description=README,
3737
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)