We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfa47a commit a7f9074Copy full SHA for a7f9074
MANIFEST.in
@@ -1 +1,4 @@
1
include LICENSE
2
+include runtests.py
3
+include tox.ini
4
+recursive-include tests *
django_libsass.py renamed to django_libsass/__init__.py
setup.cfg
@@ -1,2 +1,6 @@
[metadata]
-license-file = LICENSE
+license_file = LICENSE
+
+[options]
5
+packages =
6
+ django_libsass
0 commit comments