mirror of
https://github.com/sprockets/sprockets.git
synced 2024-11-23 11:19: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
|
||||
.pyc
|
||||
build
|
||||
dist
|
||||
*.pyc
|
||||
*.egg-info
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
LICENSE
|
||||
README.md
|
||||
include LICENSE
|
||||
include README.md
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
argparse
|
||||
importlib
|
||||
logutils
|
||||
unittest2
|
||||
|
|
Loading…
Reference in a new issue