Skip to content

Commit f49608e

Browse files
committed
split requirements
1 parent 1a4606a commit f49608e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
33
title: Profile Configuration
44
abstract: A simple tool to handle profile based configuration files.
55
type: software
6-
version: 0.1.0
7-
date-released: 2024-05-29
6+
version: 0.1.1
7+
date-released: 2024-06-26
88
repository-code: https://github.com/DevelopersToolbox/profiles-config-package
99
keywords:
1010
- "Wolf Software"

requirements-dev.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest==8.2.1
2+
setuptools==70.0.0

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
pytest==8.2.1
2-
setuptools==70.0.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='wolfsoftware.profiles-config',
15-
version='0.1.0',
15+
version='0.1.1',
1616
author='Wolf Software',
1717
author_email='[email protected]',
1818
description='A basic package for managing profile based configuration files.',

0 commit comments

Comments
 (0)