Skip to content

Commit

Permalink
Split requirements (#14)
Browse files Browse the repository at this point in the history
* split requirements

* update requirements
  • Loading branch information
TGWolf authored Jun 26, 2024
1 parent 2e858eb commit dbb5278
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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.0
date-released: 2024-05-27
version: 0.1.1
date-released: 2024-06-26
repository-code: 'https://github.com/DevelopersToolbox/template-package-cli'
keywords:
- "Wolf Software"
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setuptools==70.1.0
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
setuptools==70.0.0
wolfsoftware.notify==0.1.0
2 changes: 1 addition & 1 deletion 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.0',
version='0.1.1',
packages=['wolfsoftware.template_package_cli'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit dbb5278

Please sign in to comment.