Skip to content

Commit b740f80

Browse files
authoredFeb 21, 2024
Version 24.2.1
* New versioning scheme 24.2.1 * Remove deprecated namespace_packages parameter
1 parent 1fe2562 commit b740f80

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Links
3535
License
3636
=======
3737

38-
Copyright (c) 2021 Riverbed Technology, Inc.
38+
Copyright (c) 2021-2024 Riverbed Technology, Inc.
3939

4040
SteelScript is licensed under the terms and conditions of the MIT License
4141
accompanying the software ("License"). SteelScript is distributed "AS

‎setup.py

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 Riverbed Technology, Inc.
1+
# Copyright (c) 2019-2024 Riverbed Technology, Inc.
22
#
33
# This software is licensed under the terms and conditions of the MIT License
44
# accompanying the software ("License"). This software is distributed "AS IS"
@@ -9,13 +9,9 @@
99
from setuptools import setup, find_packages
1010
packagedata = True
1111

12-
13-
#from gitpy_versioning import get_version
14-
1512
setup_args = {
1613
'name': 'steelscript.netim',
17-
'namespace_packages': ['steelscript'],
18-
#'version': get_version(),
14+
'version': '24.2.1',
1915
'author': 'Riverbed Community',
2016
'author_email': 'community@riverbed.com',
2117
'url': 'https://community.riverbed.com',
@@ -39,7 +35,7 @@
3935
'Intended Audience :: Information Technology',
4036
'Intended Audience :: System Administrators',
4137
'License :: OSI Approved :: MIT License',
42-
'Programming Language :: Python :: 3.5',
38+
'Programming Language :: Python :: 3.12',
4339
'Topic :: System :: Networking',
4440
],
4541

@@ -52,7 +48,7 @@
5248
),
5349

5450
'install_requires': (
55-
'steelscript>=2.0',
51+
'steelscript>=24.2.0',
5652
),
5753

5854
'extras_require': None,

0 commit comments

Comments
 (0)
Please sign in to comment.