We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d673513 commit cd14b61Copy full SHA for cd14b61
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
pip install setuptools
32
pip install cython flake8 pytest
33
pip install numpy
34
- python setup.py install
+ pip install .
35
- name: Lint with flake8
36
run: |
37
source env/bin/activate
pyproject.toml
@@ -1,2 +1,3 @@
1
[project]
2
+name = "stego-lsb"
3
license = { text = "MIT" }
0 commit comments