Skip to content

Commit

Permalink
update documntation
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Jun 26, 2024
1 parent bbbef8c commit 3d31cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below."
title: Baseline Package
abstract: A template python command line package.
type: software
version: 0.1.1
version: 0.1.2
date-released: 2024-06-26
repository-code: 'https://github.com/DevelopersToolbox/template-package-cli'
keywords:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='wolfsoftware.template-package-cli',
version='0.1.1',
version='0.1.2',
packages=['wolfsoftware.template_package_cli'],
entry_points={
'console_scripts': [
Expand All @@ -21,7 +21,7 @@
},
author='Wolf Software',
author_email='pypi@wolfsoftware.com',
description='A nice description will go here',
description='A template python command line package.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/DevelopersToolbox/template-package-cli',
Expand Down

0 comments on commit 3d31cfd

Please sign in to comment.