Skip to content

Commit

Permalink
resetting setup.py to pre-AutorestCI sabatoge
Browse files Browse the repository at this point in the history
  • Loading branch information
seankane-msft committed Sep 1, 2020
1 parent 2f6bf8b commit b7e06a5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions sdk/tables/azure-data-tables/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/table/azure-table',
classifiers=[
'Development Status :: 4 - Beta',
"Development Status :: 4 - Beta",
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand All @@ -68,23 +68,20 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: MIT License',
],
zip_safe=False,
packages=find_packages(exclude=[
'tests',
# Exclude packages that will be covered by PEP420 or nspkg
'azure',
'azure.data',
'tests',
]),
install_requires=[
'azure-core<2.0.0,>=1.2.2',
'msrest>=0.6.10',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
"azure-core<2.0.0,>=1.2.2",
"msrest>=0.6.10"
# azure-data-tables
],
extras_require={
":python_version<'3.0'": ['futures'],
":python_version<'3.4'": ['enum34>=1.0.4'],
":python_version<'3.5'": ["typing"]
}
},
)

0 comments on commit b7e06a5

Please sign in to comment.