File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,11 @@ build-backend = "setuptools.build_meta"
1010name = " FindAFactor"
1111version = " 3.8.0"
1212description = " 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+ ]
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments