Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b39b1b

Browse files
committed
Update ndb setup with better owners and descriptions.
1 parent 00d65f8 commit 9b39b1b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ndb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
"""NDB -- A new datastore API for the Google App Engine Python runtime."""
1717

18-
__version__ = '1.0.10'
18+
__version__ = '1.0.13b1'
1919

2020
__all__ = []
2121

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17+
1718
from setuptools import setup
1819
from setuptools import find_packages
1920

@@ -29,12 +30,12 @@
2930
setup(
3031
name='ndb',
3132
version='1.0.13b1',
32-
description='Google App Engine NDB',
33-
author='Patrick Costello',
34-
author_email='pcostello@google.com',
33+
description='NDB Client Library for Cloud Datastore',
34+
author='Google Cloud Datastore Team',
35+
author_email='gcd-discuss@googlegroups.com',
3536
scripts=[],
3637
url='https://github.com/GoogleCloudPlatform/datastore-ndb-python',
37-
packages=find_packages(),
38+
packages=find_packages(exclude=['demo']),
3839
license='Apache 2.0',
3940
platforms='Posix; MacOS X; Windows',
4041
include_package_data=True,

0 commit comments

Comments
 (0)