Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Moved files around to create two separate packages:
Browse files Browse the repository at this point in the history
 - rekall-core: Is the basic rekall code that can eb used as a library.
 - rekall-gui: The gui and ipython interface.

Review URL: https://codereview.appspot.com/257230043
  • Loading branch information
scudette committed Aug 7, 2015
1 parent 55310fe commit b71ec8f
Show file tree
Hide file tree
Showing 1,599 changed files with 6,840 additions and 21,365 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
_version.py export-subst
9 changes: 5 additions & 4 deletions .gitignore
Expand Up @@ -9,10 +9,11 @@

# Specific auto-generated build files
/py27
/build
/dist
/rekall.egg-info
/yara-build
build
dist
rekall.egg-info
rekall_gui.egg-info
rekall_core.egg-info

# Xcode & OS X-related stuff
.DS_Store
Expand Down
15 changes: 2 additions & 13 deletions MANIFEST.in
@@ -1,17 +1,6 @@
include AUTHORS.txt CREDITS.txt LEGAL.txt LICENSE.txt README.rst README.md
exclude .gitignore
exclude *.pyc
recursive-exclude .git
recursive-exclude build

#recursive-include contrib *
recursive-include docs *
include versioneer.py
include _version.py
recursive-include resources *
recursive-include src *.c *.h *.py
recursive-include test_data *
recursive-include tools *
recursive-include resources *
recursive-exclude rekall *.pyc
recursive-exclude tools *.a *.la *.lo *.o
recursive-include manuskript/static *
recursive-include rekall/plugins/tools/webconsole/static *

0 comments on commit b71ec8f

Please sign in to comment.