Skip to content

Commit

Permalink
correction of setup.py and MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
suma12 committed Feb 2, 2016
1 parent cd5c14c commit 3e800bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include LICENSE
include MANIFEST.in
include README
include README.md
34 changes: 18 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,27 @@
asterix is a framework for communication with smartcards based on pyscard
It consists of
mycard - a module providing handy primitives for card
communication (extensions to pyscard)
formutil - a module with formatting utilities
GAF - a module for representation and evaluation of ASN1 structures
mycard - a module providing handy primitives for card communication
APDU - a module for creation and transmission of common APDU to
a smartcard
SCP02 - implementation of Secure Channel Protocol 02 as defined in
Global platform
SCP03 - implementation of Secure Channel Protocol 03 as defined in
Global platform
applet - a module for loading, installation and deletion of JavaCard
applets to a smartcard
CAT - a module implementing Card Application Toolkit as defined in
ETSI TS 102.223
SecurePacket - a module implementing Secure Packet for OTA communication
with smartcards
GAF - a module for representation and evaluation of ASN1
structures
APDU - a module for creation and transmission of common
APDU to a smartcard
SCP02 - implementation of Secure Channel Protocol 02 as
defined in Global platform
SCP03 - implementation of Secure Channel Protocol 03 as
defined in Global platform
applet - a module for loading, installation and deletion
of JavaCard applets to a smartcard
CAT - a module implementing Card Application Toolkit as
defined in ETSI TS 102.223
SecurePacket - a module implementing Secure Packet for OTA
communication with smartcards
All modules are platform independent, working with Python 2.7
All modules relies on pyscard, a package implementing PCSC layer for
communication with smartcards.
All modules rely on pyscard, a package implementing PCSC layer
for communication with smartcards.
""",
)

0 comments on commit 3e800bd

Please sign in to comment.