File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // @OWNER:registry=https://registry.npmjs.org
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0.0" ,
3+ "name" : " @alphasofthub/validity" ,
4+ "description" : " The robust validation library for flask" ,
5+ "author" : {
6+ "name" : " Muhammad Umer Farooq" ,
7+ "email" : " mumerfarooqlablnet01@gmail.com"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/alphasofthub/validity"
12+ },
13+ "publishConfig" : {
14+ "registry" : " https://npm.pkg.github.com/alphasofthub"
15+ }
16+ }
Original file line number Diff line number Diff line change 66setup (
77 name = 'flask-validity' ,
88 packages = find_packages (include = ['validity' ]),
9- version = '1.0.1 ' ,
9+ version = '1.0.0 ' ,
1010 description = 'The robust validation library for flask' ,
1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments