Skip to content

Commit 0dcee40

Browse files
committed
NO-JIRA: package metadata
1 parent 2c4bf42 commit 0dcee40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
NAME = "rosette_api"
99
DESCRIPTION = "Babel Street Analytics API Python client SDK"
1010
AUTHOR = "Analytics by Babel Street"
11-
AUTHOR_EMAIL = "helpdesk@babelstreet.com"
11+
AUTHOR_EMAIL = "analyticssupport@babelstreet.com"
1212
HOMEPAGE = "https://github.com/rosette-api/python"
1313
VERSION = rosette.__version__
1414

@@ -49,11 +49,11 @@ def read(*filenames, **kwargs):
4949
'Natural Language :: English',
5050
'Operating System :: OS Independent',
5151
'Programming Language :: Python',
52-
'Programming Language :: Python :: 3.8',
5352
'Programming Language :: Python :: 3.9',
5453
'Programming Language :: Python :: 3.10',
5554
'Programming Language :: Python :: 3.11',
5655
'Programming Language :: Python :: 3.12',
56+
'Programming Language :: Python :: 3.13',
5757
'Topic :: Software Development :: Libraries :: Python Modules'
5858
]
5959
)

0 commit comments

Comments
 (0)