mirror of
https://github.com/sprockets/sprockets.git
synced 2024-11-23 19:29:52 +00:00
Add importlib and fix MANIFEST.in, ignore *.pyc
This commit is contained in:
parent
daf3462922
commit
5ff0139114
3 changed files with 4 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.pyc
|
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
*.pyc
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
LICENSE
|
include LICENSE
|
||||||
README.md
|
include README.md
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
argparse
|
argparse
|
||||||
|
importlib
|
||||||
logutils
|
logutils
|
||||||
unittest2
|
unittest2
|
||||||
|
|
Loading…
Reference in a new issue