sarugaku / shellingham

Tool to Detect Surrounding Shell
ISC License
222 stars 33 forks source link

setup.py is not added to tag 1.3.2 ¿? #41

Closed eamanu closed 3 years ago

eamanu commented 3 years ago

Hi if I download the tarball file from tag 1.3.2, setup.py seems to be not add to tarball. Sorry if I'm wrong.

$ wget https://github.com/sarugaku/shellingham/archive/1.3.2.tar.gz
$ tar -tvf 1.3.2.tar.gz 
drwxrwxr-x root/root         0 2020-02-12 06:23 shellingham-1.3.2/
-rw-rw-r-- root/root        71 2020-02-12 06:23 shellingham-1.3.2/.gitignore
-rw-rw-r-- root/root      3534 2020-02-12 06:23 shellingham-1.3.2/CHANGELOG.rst
-rw-rw-r-- root/root       751 2020-02-12 06:23 shellingham-1.3.2/LICENSE
-rw-rw-r-- root/root        48 2020-02-12 06:23 shellingham-1.3.2/MANIFEST.in
-rw-rw-r-- root/root       193 2020-02-12 06:23 shellingham-1.3.2/Pipfile
-rw-rw-r-- root/root      6245 2020-02-12 06:23 shellingham-1.3.2/Pipfile.lock
-rw-rw-r-- root/root      2565 2020-02-12 06:23 shellingham-1.3.2/README.rst
drwxrwxr-x root/root         0 2020-02-12 06:23 shellingham-1.3.2/news/
-rw-rw-r-- root/root        12 2020-02-12 06:23 shellingham-1.3.2/news/.gitignore
-rw-rw-r-- root/root       690 2020-02-12 06:23 shellingham-1.3.2/pyproject.toml
-rw-rw-r-- root/root      1100 2020-02-12 06:23 shellingham-1.3.2/setup.cfg
drwxrwxr-x root/root         0 2020-02-12 06:23 shellingham-1.3.2/src/
drwxrwxr-x root/root         0 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/
-rw-rw-r-- root/root       624 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/__init__.py
-rw-rw-r-- root/root       322 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/_core.py
-rw-rw-r-- root/root      4426 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/nt.py
drwxrwxr-x root/root         0 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/posix/
-rw-rw-r-- root/root      2843 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/posix/__init__.py
-rw-rw-r-- root/root        81 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/posix/_core.py
-rw-rw-r-- root/root      2114 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/posix/proc.py
-rw-rw-r-- root/root      1585 2020-02-12 06:23 shellingham-1.3.2/src/shellingham/posix/ps.py
drwxrwxr-x root/root         0 2020-02-12 06:23 shellingham-1.3.2/tasks/
-rw-rw-r-- root/root       864 2020-02-12 06:23 shellingham-1.3.2/tasks/CHANGELOG.rst.jinja2
-rw-rw-r-- root/root      3412 2020-02-12 06:23 shellingham-1.3.2/tasks/__init__.py
drwxrwxr-x root/root         0 2020-02-12 06:23 shellingham-1.3.2/tests/
-rw-rw-r-- root/root      2484 2020-02-12 06:23 shellingham-1.3.2/tests/test_posix.py
uranusjr commented 3 years ago

setup.py is not required in a package. If you rely on it, you should fix your workflow. See #33.