File tree Expand file tree Collapse file tree 6 files changed +10
-41
lines changed
Expand file tree Collapse file tree 6 files changed +10
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.1.1.1 - 2025-06-24
5+ --------------------
6+
7+ - Mark the project as inactive.
8+
491.1.1 - 2019-04-04
510------------------
611
Original file line number Diff line number Diff line change 11New BSD License
22
3- Copyright (c) 2015-2019 , Kevin D. Wurster, Sean C. Gillies
3+ Copyright (c) 2015-2025 , Kevin D. Wurster, Sean C. Gillies
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 22click-plugins
33=============
44
5- .. image :: https://travis-ci.org/click-contrib/click-plugins.svg?branch=master
6- :target: https://travis-ci.org/click-contrib/click-plugins?branch=master
7-
8- .. image :: https://coveralls.io/repos/click-contrib/click-plugins/badge.svg?branch=master&service=github
9- :target: https://coveralls.io/github/click-contrib/click-plugins?branch=master
10-
11- An extension module for `click <https://github.com/mitsuhiko/click >`_ to register
5+ An extension module for `click <https://github.com/pallets/click >`_ to register
126external CLI commands via setuptools entry-points.
137
148
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ def subcommand(arg):
2424from click_plugins .core import with_plugins
2525
2626
27- __version__ = '1.1.1'
27+ __version__ = '1.1.1.1 '
2828__author__ = 'Kevin Wurster, Sean Gillies'
2929__email__ = 'wursterk@gmail.com, sean.gillies@gmail.com'
3030__source__ = 'https://github.com/click-contrib/click-plugins'
3131__license__ = '''
3232New BSD License
3333
34- Copyright (c) 2015-2019 , Kevin D. Wurster, Sean C. Gillies
34+ Copyright (c) 2015-2025 , Kevin D. Wurster, Sean C. Gillies
3535All rights reserved.
3636
3737Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 4242 classifiers = [
4343 'Topic :: Utilities' ,
4444 'Intended Audience :: Developers' ,
45- 'Development Status :: 5 - Production/Stable ' ,
45+ 'Development Status :: 7 - Inactive ' ,
4646 'License :: OSI Approved :: BSD License' ,
4747 'Programming Language :: Python' ,
4848 'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments