Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-asyncio
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
opcua-asyncio
Commits
89d95722
Commit
89d95722
authored
Nov 18, 2015
by
olivier R-D
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix setup.py
parent
a5674a52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
setup.py
setup.py
+8
-8
No files found.
setup.py
View file @
89d95722
...
...
@@ -9,7 +9,7 @@ else:
install_requires
=
[]
setup
(
name
=
"freeopcua"
,
version
=
"0.9.1
2
"
,
version
=
"0.9.1
3
"
,
description
=
"Pure Python OPC-UA client and server library"
,
author
=
"Olivier Roulet-Dubonnet"
,
author_email
=
"olivier.roulet@gmail.com"
,
...
...
@@ -18,19 +18,19 @@ setup(name="freeopcua",
provides
=
[
"opcua"
],
license
=
"GNU Lesser General Public License"
,
install_requires
=
install_requires
,
classifiers
=
[
"Programming Language :: Python"
,
classifiers
=
[
"Programming Language :: Python"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 2"
,
"Development Status :: 4 - Beta"
,
"Intended Audience :: Developers"
,
"Operating System :: OS Independent"
,
"Topic :: Software Development :: Libraries :: Python Modules"
,
]
entry_points
=
{
'console_scripts'
:
[
'uaread = opcua.uaread'
],
[
'uals = opcua.uals'
]
],
entry_points
=
{
'console_scripts'
:
[
'uaread = opcua.tools:uaread'
,
'uals = opcua.tools:uals'
]
}
)
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