From b68b389380a7b76ba96cbb2956abb7087f2be3e7 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 12 Jan 2015 11:51:20 +0200 Subject: Include langs.json in pypi package --- gsxws/products.yaml | 3 --- setup.py | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/gsxws/products.yaml b/gsxws/products.yaml index 00fd620..0d7afeb 100644 --- a/gsxws/products.yaml +++ b/gsxws/products.yaml @@ -277,7 +277,6 @@ SERVER: - "Xserve (Early 2008)" - "Xserve (Early 2009)" - POWERMAC: name: Power Mac models: @@ -293,7 +292,6 @@ POWERMAC: - "Power Mac G5 (Early 2005)" - "Power Mac G5 (Late 2005)" - BEATS: name: Beats Products models: @@ -326,7 +324,6 @@ BEATS: - "Pill 2.0" - "Pill XL" - OTHER: name: Other Products models: diff --git a/setup.py b/setup.py index 514fdb7..fe6aeca 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="gsxws", - version="0.54", + version="0.55", description="Library for communicating with GSX Web Services API.", long_description=open('README.rst').read(), install_requires=['PyYAML', 'lxml'], @@ -18,8 +18,8 @@ setup( author="Filipp Lepalaan", author_email="filipp@fps.ee", url="https://github.com/filipp/py-gsxws", - download_url="https://github.com/filipp/py-gsxws/tarball/0.54", + download_url="https://github.com/filipp/py-gsxws/tarball/0.55", license="BSD", packages=find_packages(), - package_data={'gsxws': ['products.yaml']} + package_data={'gsxws': ['products.yaml', 'langs.json']} ) -- cgit v1.2.3