|
|
@ -4,7 +4,7 @@ _args = {
|
|
|
|
"name":meta.__name__,
|
|
|
|
"name":meta.__name__,
|
|
|
|
"version":meta.__version__,
|
|
|
|
"version":meta.__version__,
|
|
|
|
"author":meta.__author__,
|
|
|
|
"author":meta.__author__,
|
|
|
|
"packages":['meta','store'],
|
|
|
|
"packages":find_packages(),
|
|
|
|
"keywords":["stripe","payment","monetization"],
|
|
|
|
"keywords":["stripe","payment","monetization"],
|
|
|
|
"install_requires":["stripe"],
|
|
|
|
"install_requires":["stripe"],
|
|
|
|
"url":"dev.the-phi.com/store",
|
|
|
|
"url":"dev.the-phi.com/store",
|
|
|
|