File: MANIFEST.in

package info (click to toggle)
python-scrypt 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: ansic: 6,290; python: 733; sh: 99; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
recursive-include scrypt-1.3.3 *.h
recursive-include scrypt-windows-stubs *.h
include scrypt-1.3.3/COPYRIGHT
include scrypt-1.3.3/libcperciva/crypto/crypto_aesctr_shared.c
include README.rst
include LICENSE
include setup.py
include *.txt
include tox.ini
include src/*.c
include scrypt-windows-stubs/*.c
include MANIFEST.in

include scrypt/__init__.py
include scrypt/scrypt.py
include scrypt/tests/__init__.py
include scrypt/tests/ciphertexts.csv
include scrypt/tests/hashvectors.csv
include scrypt/tests/test_scrypt_c_module.py
include scrypt/tests/test_scrypt.py
include scrypt/tests/test_scrypt_py3x.py

# Exclude what we don't want to include
prune build
prune doc/build
prune */__pycache__

global-exclude *.py[cod] *.egg *.egg-info
global-exclude *~ *.bak *.swp