-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,13 @@ | |
author = msal_requests_auth Contributors | ||
author_email = [email protected] | ||
name = msal_requests_auth | ||
version = attr: msal_requests_auth.__version__ | ||
description = Authentication using python requests and MSAL | ||
keywords = msal, requests | ||
long_description = file: README.rst | ||
long_description_content_type = text/x-rst | ||
license = BSD License | ||
license_file = LICENSE | ||
license_files = LICENSE | ||
platform = any | ||
classifiers = | ||
Development Status :: 2 - Pre-Alpha | ||
|
@@ -50,6 +52,3 @@ dev = | |
pylint | ||
all = | ||
%(dev)s | ||
|
||
[bdist_wheel] | ||
universal = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
#!/usr/bin/env python | ||
from setuptools import setup | ||
|
||
from msal_requests_auth import __version__ | ||
|
||
setup(version=__version__) | ||
setup() |