Skip to content

Commit

Permalink
Updated setup.py classifiers
Browse files Browse the repository at this point in the history
Version 0.8.2
  • Loading branch information
ovidiomanteiga committed Jun 8, 2024
1 parent eda45c1 commit 6fdcfde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deolingo/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "0.8.1"
__version__ = "0.8.2"
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,25 @@
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Information Technology',
'Intended Audience :: Legal Industry',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Education :: Language',
'Topic :: Software Development :: Libraries :: Python Modules'
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
'Topic :: Software Development :: Interpreters',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities'
]
)

0 comments on commit 6fdcfde

Please sign in to comment.