Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools_dso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
setuptools_dso
Commits
9bfd1cad
Commit
9bfd1cad
authored
Oct 18, 2021
by
Michael Davidsaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in warning message
parent
080ba306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/setuptools_dso/__init__.py
src/setuptools_dso/__init__.py
+1
-1
No files found.
src/setuptools_dso/__init__.py
View file @
9bfd1cad
...
...
@@ -42,7 +42,7 @@ def setup(**kws):
raise
AssertionError
(
"cmdclass[%s] must be subclass of %s"
%
(
cmdclass
[
name
],
klass
))
else
:
log
.
warn
(
"cmdclass[%s] must be subclass of %s, setuptools-dso functionality may be lost"
,
cmdclass
[
name
],
klas
)
cmdclass
[
name
],
klas
s
)
cmdclass_setdefault
(
'bdist_egg'
,
bdist_egg
)
cmdclass_setdefault
(
'build_dso'
,
build_dso
)
cmdclass_setdefault
(
'build_ext'
,
build_ext
)
...
...
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