File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ def read_requirements(path):
3434 version = read ("js2pysecrets" , "VERSION" ),
3535 description = "Port of secrets.js-grempe Shamir's Secret Sharing" ,
3636 url = "https://github.com/poing/JS2PySecrets/" ,
37- documentation = "https://poing.github.io/JS2PySecrets" ,
3837 project_urls = {
3938 'Documentation' : 'https://poing.github.io/JS2PySecrets' ,
4039 'Source' : 'https://github.com/poing/JS2PySecrets' ,
@@ -43,7 +42,7 @@ def read_requirements(path):
4342 long_description = read ("README.md" ),
4443 long_description_content_type = "text/markdown" ,
4544 author = "Brian LaVallee" ,
46- author_email = "brian.lavallee@invite-comm.jp" .
45+ author_email = "brian.lavallee@invite-comm.jp" ,
4746 packages = find_packages (exclude = ["tests" , ".github" ]),
4847 install_requires = read_requirements ("requirements.txt" ),
4948 entry_points = {
You can’t perform that action at this time.
0 commit comments