|
|
@ -1,11 +1,16 @@ |
|
|
|
|
|
|
|
from setuptools import setup, find_packages |
|
|
|
import sys, os |
|
|
|
import sys |
|
|
|
import os |
|
|
|
|
|
|
|
|
|
|
|
setup(name='ee', |
|
|
|
version='3.0', |
|
|
|
description="EasyEngine is the commandline tool to manage your Websites based on WordPress and NGINX with easy to use commands.", |
|
|
|
long_description="EasyEngine is the commandline tool to manage your Websites based on WordPress and NGINX with easy to use commands.", |
|
|
|
description="EasyEngine is the commandline tool to manage your Websites" |
|
|
|
" based on WordPress and NGINX with easy to use commands.", |
|
|
|
long_description="EasyEngine is the commandline tool to manage your " |
|
|
|
"Websites based on WordPress and NGINX with easy" |
|
|
|
" to use commands.", |
|
|
|
classifiers=[], |
|
|
|
keywords='', |
|
|
|
author='rtCamp Soultions Pvt. LTD', |
|
|
@ -17,13 +22,15 @@ setup(name='ee', |
|
|
|
zip_safe=False, |
|
|
|
test_suite='nose.collector', |
|
|
|
install_requires=[ |
|
|
|
### Required to build documentation |
|
|
|
# Required to build documentation |
|
|
|
# "Sphinx >= 1.0", |
|
|
|
### Required for testing |
|
|
|
# Required for testing |
|
|
|
# "nose", |
|
|
|
# "coverage", |
|
|
|
### Required to function |
|
|
|
'cement', |
|
|
|
# Required to function |
|
|
|
'cement>=2.4', |
|
|
|
'pystache' |
|
|
|
'python3-apt' |
|
|
|
], |
|
|
|
setup_requires=[], |
|
|
|
entry_points=""" |
|
|
|