Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
test-it
test_oauth2_django
Commits
bb31dc60
Commit
bb31dc60
authored
Nov 05, 2017
by
Sharad Heft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create setuptools script.
parent
5f0fb5f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
setup.py
setup.py
+11
-0
No files found.
setup.py
0 → 100644
View file @
bb31dc60
from
setuptools
import
setup
setup
(
name
=
'test_oauth2_django'
,
version
=
'0.1'
,
description
=
'A basic library for Django apps to use TEST Alliance OAuth2.'
,
url
=
'https://git.pleaseignore.com/sharad/test_oauth2_django'
,
author
=
'Sharad Heft'
,
packages
=
[
'test_oauth'
],
install_requires
=
[
'requests-oauthlib'
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment