mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Development Status :: 3 - Alpha
This commit is contained in:
parent
b6819ad05b
commit
033ed589cc
6 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ setup(
|
|||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python',
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ setup(
|
|||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Plugins',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ setup(
|
|||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python',
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ setup(
|
|||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Plugins',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ setup(
|
|||
author_email='client-dev@letsencrypt.org',
|
||||
license="Apache License 2.0",
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -84,6 +84,7 @@ setup(
|
|||
author_email='client-dev@letsencrypt.org',
|
||||
license='Apache License 2.0',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Console',
|
||||
'Environment :: Console :: Curses',
|
||||
'Intended Audience :: System Administrators',
|
||||
|
|
|
|||
Loading…
Reference in a new issue