Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Marinello
django-password-reset
Commits
a8f07478
Commit
a8f07478
authored
Nov 22, 2014
by
Eduardo Matos
Browse files
update setup.py to find setup method from correct module
parent
95502613
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
a8f07478
# -*- coding: utf-8 -*-
from
distutils.core
import
setup
try
:
from
setuptools
import
setup
except
ImportError
:
from
distutils.core
import
setup
from
setuptools
import
find_packages
...
...
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