Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit dbb5278

Browse files
authored
Split requirements (#14)
* split requirements * update requirements
1 parent 2e858eb commit dbb5278

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ message: "If you use this software, please cite it as below."
33
title: Baseline Package
44
abstract: A template python command line package.
55
type: software
6-
version: 0.1.0
7-
date-released: 2024-05-27
6+
version: 0.1.1
7+
date-released: 2024-06-26
88
repository-code: 'https://github.com/DevelopersToolbox/template-package-cli'
99
keywords:
1010
- "Wolf Software"

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools==70.1.0

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
setuptools==70.0.0
21
wolfsoftware.notify==0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='wolfsoftware.template-package-cli',
15-
version='0.1.0',
15+
version='0.1.1',
1616
packages=['wolfsoftware.template_package_cli'],
1717
entry_points={
1818
'console_scripts': [

0 commit comments

Comments
 (0)