File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ def parse_requirements(filename):
22
22
if __name__ == "__main__" :
23
23
setup (
24
24
name = PACKAGE_NAME ,
25
- version = "0.3 " ,
26
- author = "Will Abramson" ,
25
+ version = "0.1 " ,
26
+ author = "Openmined & DIDx ( Will Abramson & Lohan Spies) " ,
27
27
description = "A simple python package for controlling an aries agent through the admin-api interface" ,
28
28
long_description = long_description ,
29
29
long_description_content_type = "text/markdown" ,
30
- url = "https://github.com/OpenMined/PyDentity /tree/master/libs/aries-basic-controller " ,
30
+ url = "https://github.com/didx-xyz/aries-cloudcontroller-python /tree/main/aries_cloudcontroller " ,
31
31
packages = find_packages (),
32
32
include_package_data = True ,
33
33
package_data = {"aries_cloudcontroller" : ["requirements.txt" ]},
You can’t perform that action at this time.
0 commit comments