You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
776 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -357,16 +357,6 @@ kw = {'name':"pycrypto",
  4. "Crypto.Random",
  5. "Crypto.Random.Fortuna",
  6. "Crypto.Random.OSRNG",
  7. - "Crypto.SelfTest",
  8. - "Crypto.SelfTest.Cipher",
  9. - "Crypto.SelfTest.Hash",
  10. - "Crypto.SelfTest.Protocol",
  11. - "Crypto.SelfTest.PublicKey",
  12. - "Crypto.SelfTest.Random",
  13. - "Crypto.SelfTest.Random.Fortuna",
  14. - "Crypto.SelfTest.Random.OSRNG",
  15. - "Crypto.SelfTest.Util",
  16. - "Crypto.SelfTest.Signature",
  17. "Crypto.Protocol",
  18. "Crypto.PublicKey",
  19. "Crypto.Signature"],