Skip to content

Commit 3b426c1

Browse files
committed
remove extra readme files. set license property in setup.py
1 parent 51d7bb6 commit 3b426c1

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

vsts/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

vsts/README.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

vsts/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434
setup(
3535
name=NAME,
3636
version=VERSION,
37+
license='MIT',
3738
description="Python wrapper around the VSTS APIs",
3839
author="Microsoft Corporation",
3940
author_email="[email protected]",
40-
url="https://github.com/Microsoft/vsts-python-api ",
41+
url="https://github.com/Microsoft/vsts-python-api",
4142
keywords=["Microsoft", "VSTS", "Team Services", "SDK", "AzureTfs"],
4243
install_requires=REQUIRES,
4344
classifiers=CLASSIFIERS,

0 commit comments

Comments
 (0)