LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
403 stars 115 forks source link

Migrate to a `src/` layout #181

Closed kurtmckee closed 2 months ago

kurtmckee commented 2 months ago

This PR introduces the following changes:

This was accomplished mechanically using these commands:

mkdir src/
git mv smartcard/ src/

followed by manual editing of various files at the root of the repository to align paths with the new layout.

Closes #180

coveralls commented 2 months ago

Coverage Status

coverage: 28.845%. remained the same when pulling 6ae8675c5473e3f32e7b487eca0532a4ba43e457 on kurtmckee:use-src-layout-issue-180 into 5bf5078148c012fbd30a7d99339fcf29edcfe033 on LudovicRousseau:master.

LudovicRousseau commented 2 months ago

Thanks