File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,11 +32,18 @@ def read_requirements(path):
3232setup (
3333 name = "js2pysecrets" ,
3434 version = read ("js2pysecrets" , "VERSION" ),
35- description = "Awesome js2pysecrets created by poing " ,
35+ description = "Port of secrets.js-grempe Shamir's Secret Sharing " ,
3636 url = "https://github.com/poing/JS2PySecrets/" ,
37+ documentation = "https://poing.github.io/JS2PySecrets" ,
38+ project_urls = {
39+ 'Documentation' : 'https://poing.github.io/JS2PySecrets' ,
40+ 'Source' : 'https://github.com/poing/JS2PySecrets' ,
41+ 'Bug Tracker' : 'https://github.com/poing/JS2PySecrets/issues/' ,
42+ },
3743 long_description = read ("README.md" ),
3844 long_description_content_type = "text/markdown" ,
39- author = "poing" ,
45+ author = "Brian LaVallee" ,
46+ author_email = "brian.lavallee@invite-comm.jp" .
4047 packages = find_packages (exclude = ["tests" , ".github" ]),
4148 install_requires = read_requirements ("requirements.txt" ),
4249 entry_points = {
You can’t perform that action at this time.
0 commit comments