Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
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
nexedi
osie
Commits
53e31b59
Commit
53e31b59
authored
May 28, 2021
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Plain Diff
Rename package.
See merge request
nexedi/osie!1
parents
78a3ec91
9329bcc2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
eggs/osie_coupler/custom_message.py
eggs/osie_coupler/custom_message.py
+0
-0
eggs/osie_coupler/osie_modbus.py
eggs/osie_coupler/osie_modbus.py
+0
-0
eggs/osie_coupler/osie_ocr.py
eggs/osie_coupler/osie_ocr.py
+0
-0
eggs/osie_coupler/setup.py
eggs/osie_coupler/setup.py
+11
-0
No files found.
eggs/osie_
plc
/custom_message.py
→
eggs/osie_
coupler
/custom_message.py
View file @
53e31b59
File moved
eggs/osie_
plc
/osie_modbus.py
→
eggs/osie_
coupler
/osie_modbus.py
View file @
53e31b59
File moved
eggs/osie_
plc
/osie_ocr.py
→
eggs/osie_
coupler
/osie_ocr.py
View file @
53e31b59
File moved
eggs/osie_
plc
/setup.py
→
eggs/osie_
coupler
/setup.py
View file @
53e31b59
"""
Install OSIE
-PLC
.
Install OSIE
's coupler
.
"""
from
setuptools
import
setup
setup
(
name
=
'osie_
plc
'
,
name
=
'osie_
coupler
'
,
version
=
'0.1'
,
entry_points
=
{
'console_scripts'
:
[
'osie_plc_server = osie_
plc.osie_plc
:main'
]},
install_requires
=
[
'pyA20Lime2'
,
'pymodbus[twisted]'
,
'click'
,
'prompt_toolkit'
,
'pygments'
,
'bitarray'
,
'cython'
,
'numpy'
,
'pandas'
]
entry_points
=
{
'console_scripts'
:
[
'osie_plc_server = osie_
coupler.osie_coupler
:main'
]},
install_requires
=
[
'pyA20Lime2'
,
'pymodbus[twisted]'
,
'click'
,
'prompt_toolkit'
,
'pygments'
,
'bitarray'
]
)
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