chg: [package] Updated the classifiers and package name

pull/1/head
Christian Studer 2022-08-23 11:58:58 +02:00
parent 75a281dfe4
commit 9da397f163
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ documentation = "https://stix2.readthedocs.io"
readme = "README.rst" readme = "README.rst"
classifiers = [ classifiers = [
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Topic :: Security', 'Topic :: Security',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',

View File

@ -23,7 +23,7 @@ def get_long_description():
setup( setup(
name='stix2', name='misp-lib-stix2',
version=get_version(), version=get_version(),
description='Produce and consume STIX 2 JSON content', description='Produce and consume STIX 2 JSON content',
long_description=get_long_description(), long_description=get_long_description(),
@ -33,7 +33,7 @@ setup(
author_email='cti-users@lists.oasis-open.org', author_email='cti-users@lists.oasis-open.org',
license='BSD', license='BSD',
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Topic :: Security', 'Topic :: Security',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',