From 9da397f16364a7b0a70deb2052c69799323a6ba8 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 23 Aug 2022 11:58:58 +0200 Subject: [PATCH] chg: [package] Updated the classifiers and package name --- pyproject.toml | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9a9c6e..ba5540d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ documentation = "https://stix2.readthedocs.io" readme = "README.rst" classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Topic :: Security', 'License :: OSI Approved :: BSD License', diff --git a/setup.py b/setup.py index 499af4f..793f9b6 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def get_long_description(): setup( - name='stix2', + name='misp-lib-stix2', version=get_version(), description='Produce and consume STIX 2 JSON content', long_description=get_long_description(), @@ -33,7 +33,7 @@ setup( author_email='cti-users@lists.oasis-open.org', license='BSD', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Topic :: Security', 'License :: OSI Approved :: BSD License',