Commit b740f80 authored Feb 21, 2024 Verified
1 parent 1fe2562 commit b740f80 Copy full SHA for b740f80
File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 35
35
License
36
36
=======
37
37
38
- Copyright (c) 2021 Riverbed Technology, Inc.
38
+ Copyright (c) 2021-2024 Riverbed Technology, Inc.
39
39
40
40
SteelScript is licensed under the terms and conditions of the MIT License
41
41
accompanying the software ("License"). SteelScript is distributed "AS
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2019 Riverbed Technology, Inc.
1
+ # Copyright (c) 2019-2024 Riverbed Technology, Inc.
2
2
#
3
3
# This software is licensed under the terms and conditions of the MIT License
4
4
# accompanying the software ("License"). This software is distributed "AS IS"
9
9
from setuptools import setup , find_packages
10
10
packagedata = True
11
11
12
-
13
- #from gitpy_versioning import get_version
14
-
15
12
setup_args = {
16
13
'name' : 'steelscript.netim' ,
17
- 'namespace_packages' : ['steelscript' ],
18
- #'version': get_version(),
14
+ 'version' : '24.2.1' ,
19
15
'author' : 'Riverbed Community' ,
20
16
'author_email' : 'community@riverbed.com' ,
21
17
'url' : 'https://community.riverbed.com' ,
39
35
'Intended Audience :: Information Technology' ,
40
36
'Intended Audience :: System Administrators' ,
41
37
'License :: OSI Approved :: MIT License' ,
42
- 'Programming Language :: Python :: 3.5 ' ,
38
+ 'Programming Language :: Python :: 3.12 ' ,
43
39
'Topic :: System :: Networking' ,
44
40
],
45
41
52
48
),
53
49
54
50
'install_requires' : (
55
- 'steelscript>=2.0' ,
51
+ 'steelscript>=24. 2.0' ,
56
52
),
57
53
58
54
'extras_require' : None ,
You can’t perform that action at this time.
0 commit comments