diff options
author | Filipp Lepalaan <f@230.to> | 2013-07-14 21:09:48 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-07-14 21:09:48 +0300 |
commit | 2eadde880621c39477d931387c9e2c934c5030da (patch) | |
tree | cd018af05e0b0f8ad7a584452de59beac2ddde63 /setup.py | |
parent | 4ad63f58ae722ecef4bdc9571a93239724ce35cc (diff) | |
download | py-gsxws-2eadde880621c39477d931387c9e2c934c5030da.tar.gz py-gsxws-2eadde880621c39477d931387c9e2c934c5030da.tar.bz2 py-gsxws-2eadde880621c39477d931387c9e2c934c5030da.zip |
Moving to lxml
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ from setuptools import setup, find_packages setup( name="gsxws", version="0.4", - description="Apple GSX integration.", - install_requires=['PyYAML'], + description="Library for communicating with GSX Web Services API.", + install_requires=['PyYAML', 'lxml'], classifiers=[ "Environment :: Web Environment", "Intended Audience :: Developers", |