Skip to content

Commit cd14b61

Browse files
committed
Add name to pyproject.toml
1 parent d673513 commit cd14b61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install setuptools
3232
pip install cython flake8 pytest
3333
pip install numpy
34-
python setup.py install
34+
pip install .
3535
- name: Lint with flake8
3636
run: |
3737
source env/bin/activate

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[project]
2+
name = "stego-lsb"
23
license = { text = "MIT" }

0 commit comments

Comments
 (0)