Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
26b9de70
Commit
26b9de70
authored
Aug 20, 2015
by
Ehsan Azarnasab
Browse files
add classifiers to setup.py
parent
69ff6a3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
setup.py
setup.py
+19
-0
No files found.
setup.py
View file @
26b9de70
...
@@ -393,4 +393,23 @@ setup(
...
@@ -393,4 +393,23 @@ setup(
zip_safe
=
False
,
zip_safe
=
False
,
ext_modules
=
[
Extension
(
'dlib'
,
[])],
ext_modules
=
[
Extension
(
'dlib'
,
[])],
ext_package
=
'dlib'
,
ext_package
=
'dlib'
,
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Intended Audience :: Science/Research'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: Boost Software License (BSL)'
,
'Operating System :: MacOS :: MacOS X'
,
'Operating System :: POSIX'
,
'Operating System :: POSIX :: Linux'
,
'Operating System :: Microsoft'
,
'Operating System :: Microsoft :: Windows'
,
'Programming Language :: C++'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 2.7'
,
'Topic :: Scientific/Engineering'
,
'Topic :: Scientific/Engineering :: Image Recognition'
,
'Topic :: Software Development'
,
],
)
)
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