Skip to content

Commit 1befdc0

Browse files
committed
Remove write module
1 parent 1152062 commit 1befdc0

5 files changed

Lines changed: 2 additions & 68 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![CI](https://img.shields.io/github/actions/workflow/status/leonlan/FJSPLIB/.github%2Fworkflows%2FCI.yml?style=flat-square)](https://github.com/leonlan/FJSPLIB/)
99
[![Codecov](https://img.shields.io/codecov/c/github/leonlan/FJSPLIB?style=flat-square)](https://app.codecov.io/gh/leonlan/FJSPLIB/)
1010

11-
FJSPLIB is a Python package for reading and writing flexible job shop problem (FJSP) instances.
11+
FJSPLIB is a Python package for reading flexible job shop problem (FJSP) instances.
1212

1313
The FJSPLIB format is as follows:
1414

fjsplib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from .Instance import Instance as Instance
22
from .read import read as read
3-
from .write import write as write

fjsplib/write.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fjsplib"
33
version = "0.0.2"
4-
description = "Python package to read and write FJSP instances."
4+
description = "A parser for flexible job shop scheduling instances."
55
authors = [
66
{ name = "Leon Lan", email = "l.lan@vu.nl"},
77
]

tests/test_write.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)