File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22"""
33Build script for zanata-python-client
44"""
5- from setuptools import setup
5+ from setuptools import setup , find_packages
66import os
77import subprocess
88
@@ -42,15 +42,15 @@ def get_client_version():
4242
4343setup (name = "zanata-python-client" ,
4444 version = get_client_version (),
45- packages = [ 'zanataclient' ] ,
45+ packages = find_packages () ,
4646 include_package_data = True ,
4747 install_requires = [
4848 'polib' ,
4949 'httplib2'
5050 ],
5151 description = "Zanata Python Client." ,
52- author = 'Jian Ni, Ding-Yi Chen' ,
53- author_email = 'jni@redhat.com, dchen@redhat.com' ,
52+ author = 'Jian Ni, Ding-Yi Chen,Anish Patil ' ,
53+ author_email = 'jni@redhat.com, dchen@redhat.com,apatil@redhat.com ' ,
5454 license = 'LGPLv2+' ,
5555 platforms = ["Linux" ],
5656 scripts = ["zanata" ,"flies" ],
You can’t perform that action at this time.
0 commit comments