Skip to content

Commit a7f9074

Browse files
committed
Add tests files in MANIFEST
Those files are required for distribution packaging, as we need to run the tests during the package build.
1 parent edfa47a commit a7f9074

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
include LICENSE
2+
include runtests.py
3+
include tox.ini
4+
recursive-include tests *
File renamed without changes.

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[metadata]
2-
license-file = LICENSE
2+
license_file = LICENSE
3+
4+
[options]
5+
packages =
6+
django_libsass

0 commit comments

Comments
 (0)