mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated SDK
This commit is contained in:
@@ -3,7 +3,7 @@ from distutils.core import setup
|
||||
setup(
|
||||
name = 'appwrite',
|
||||
packages = ['appwrite'],
|
||||
version = 'v1.0.0',
|
||||
version = '1.0.0',
|
||||
license='BSD-3-Clause',
|
||||
description = 'Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)',
|
||||
author = 'Appwrite Team',
|
||||
@@ -11,7 +11,7 @@ setup(
|
||||
maintainer = 'Appwrite Team',
|
||||
maintainer_email = 'team@appwrite.io',
|
||||
url = 'https://appwrite.io/support',
|
||||
download_url='https://github.com/appwrite/sdk-for-python/archive/v1.0.0.tar.gz',
|
||||
download_url='https://github.com/appwrite/sdk-for-python/archive/1.0.0.tar.gz',
|
||||
# keywords = ['SOME', 'MEANINGFULL', 'KEYWORDS'],
|
||||
install_requires=[
|
||||
'requests',
|
||||
|
||||
Reference in New Issue
Block a user