Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@miltolstoy
Copy link
Contributor

Resolves #6

Archive content before:

openscp-1.0.0
├── LICENSE
├── openscp
│   ├── aes_alg.py
│   ├── apdu.py
│   ├── connection.py
│   ├── __init__.py
│   ├── scp_certificate.py
│   ├── scp_mode.py
│   ├── session.py
│   └── utils.py
├── openscp.egg-info
│   ├── dependency_links.txt
│   ├── PKG-INFO
│   ├── requires.txt
│   ├── SOURCES.txt
│   └── top_level.txt
├── PKG-INFO
├── README.md
├── setup.cfg
└── setup.py

3 directories, 18 files

Now:

openscp-1.0.0
├── lib
│   ├── bcprov-lts8on-2.73.7.jar
│   ├── openscp-1.0.0.jar
│   ├── slf4j-api-2.0.16.jar
│   └── slf4j-simple-2.0.16.jar
├── LICENSE
├── MANIFEST.in
├── openscp
│   ├── aes_alg.py
│   ├── apdu.py
│   ├── connection.py
│   ├── __init__.py
│   ├── scp_certificate.py
│   ├── scp_mode.py
│   ├── session.py
│   └── utils.py
├── openscp.egg-info
│   ├── dependency_links.txt
│   ├── PKG-INFO
│   ├── requires.txt
│   ├── SOURCES.txt
│   └── top_level.txt
├── PKG-INFO
├── README.md
├── setup.cfg
└── setup.py

4 directories, 23 files

Copy link

@WhiteHorseKPI WhiteHorseKPI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miltolstoy miltolstoy merged commit 952e784 into main Sep 9, 2025
@miltolstoy miltolstoy deleted the 6-include_jars branch September 9, 2025 06:38
Copy link
Contributor

@Nikolpol Nikolpol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build: include JARs into distribution archive

4 participants