parent
023eefe9e1
commit
4498ee8e3a
@ -0,0 +1,12 @@
|
||||
from setuptools import setup, find_packages
|
||||
import store
|
||||
_args = {
|
||||
"name":store.__name__,
|
||||
"version":store.__version__,
|
||||
"author":store.__author__,
|
||||
"packages":['store']
|
||||
"keywords":["stripe","payment","monetization"],
|
||||
"install_requires":["stripe"],
|
||||
"url":"dev.the-phi.com/store",
|
||||
}
|
||||
setup(**_args)
|
Loading…
Reference in new issue