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
BC
public
linphone-cmake-builder
Commits
f9cb3afc
Commit
f9cb3afc
authored
Aug 29, 2014
by
Ghislain MARY
Browse files
Add Linux to the Python module classifiers.
parent
42d22761
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configs/python/setup.py.cmake
configs/python/setup.py.cmake
+2
-1
No files found.
configs/python/setup.py.cmake
View file @
f9cb3afc
...
@@ -84,12 +84,13 @@ setup(name = 'linphone',
...
@@ -84,12 +84,13 @@ setup(name = 'linphone',
keywords = [
"sip"
,
"voip"
],
keywords = [
"sip"
,
"voip"
],
classifiers = [
classifiers = [
"Development Status :: 4 - Beta"
,
"Development Status :: 4 - Beta"
,
"Environment ::
Win32 (MS Windows)
"
,
"Environment ::
Other Environment
"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Telecommunications Industry"
,
"Intended Audience :: Telecommunications Industry"
,
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)"
,
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)"
,
"Natural Language :: English"
,
"Natural Language :: English"
,
"Operating System :: Microsoft :: Windows"
,
"Operating System :: Microsoft :: Windows"
,
"Operating System :: POSIX :: Linux"
,
"Programming Language :: C"
,
"Programming Language :: C"
,
"Programming Language :: C++"
,
"Programming Language :: C++"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 2.7"
,
...
...
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