Skip to content

Commit

Permalink
Fix Python project description and keywords
Browse files Browse the repository at this point in the history
The project keywords and description classifiers were
updated to match the ones used in GitHub. The keywords
in GitHub were picked based on existing keywords defined
in the GitHub. This tried to increase at least a bit the
visibility of the project.

Signed-off-by: Heikki Laaksonen <[email protected]>
  • Loading branch information
heilaaks committed May 12, 2019
1 parent 166cc77 commit d63bbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
author_email=meta['__email__'],
url=meta['__homepage__'],
license=meta['__license__'],
keywords='command solution snippet reference link snippet manager server console',
keywords='notes markdown yaml text command-line cli server backend docker software-engineering',
packages=find_packages(exclude=['tests', 'tests.lib']),
package_dir={'snippy': 'snippy'},
package_data={
Expand Down
2 changes: 1 addition & 1 deletion snippy/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = 'Heikki J. Laaksonen'
__copyright__ = '2017-2019, Heikki J. Laaksonen'
__description__ = 'Command, solution, reference and code snippet manager.'
__description__ = 'Snippy is a software development and maintenance notes manager.'
__email__ = '[email protected]'
__homepage__ = 'https://github.com/heilaaks/snippy'
__license__ = 'GNU Affero General Public License v3 or later'
Expand Down

0 comments on commit d63bbc7

Please sign in to comment.