Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
open-radio-e2e-testing
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
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
Lu Xu
open-radio-e2e-testing
Commits
fd7457e3
Commit
fd7457e3
authored
Oct 11, 2022
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make this a true egg
parent
c2606b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
setup.py
setup.py
+27
-0
No files found.
setup.py
0 → 100644
View file @
fd7457e3
from
setuptools
import
setup
,
find_packages
import
glob
import
os
version
=
'0.126'
name
=
'open-radio-e2e-testing'
description
=
'End to end testing of open radio software reelease'
long_description
=
open
(
"README.md"
).
read
()
+
"
\
n
"
setup
(
name
=
name
,
version
=
version
,
description
=
description
,
long_description
=
long_description
,
classifiers
=
[
"Programming Language :: Python"
,
],
keywords
=
'open radio openradio test'
,
license
=
'GPLv3'
,
maintainer
=
"RapidSpace"
,
maintainer_email
=
"info@rapid.space"
,
packages
=
find_packages
(),
url
=
"https://lab.nexedi.com/nexedi/open-radio-e2e-testing"
,
install_requires
=
(
'websocket-client'
,
'pytest'
,
),
)
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