-
-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fixed missing packagedcode not included in release for #142 *…
… also fixed #129 including the samples in the release builds. * improved the release scripts and CI to include test of built archive * added release script run to the Ci test suite * added packagedcode to CI test suites (it was missing) " This reverts commit 8c730e0.
- Loading branch information
1 parent
e909173
commit c2badc7
Showing
8 changed files
with
50 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,15 @@ | ||
graft src | ||
graft etc | ||
graft thirdparty | ||
graft samples | ||
|
||
graft tests | ||
|
||
|
||
prune src/scancode_toolkit.egg-info | ||
|
||
include AUTHORS.rst | ||
include CHANGELOG.rst | ||
include README.rst | ||
include CONTRIBUTING.rst | ||
include apache-2.0.LICENSE | ||
include cc0-1.0.LICENSE | ||
include NOTICE | ||
include MANIFEST.in | ||
include setup.py | ||
include setup.cfg | ||
include .gitignore | ||
include configure | ||
include configure.bat | ||
include CONTRIBUTING.rst | ||
include MANIFEST.in | ||
include NOTICE | ||
include scancode | ||
include scancode.bat | ||
include extractcode | ||
include extractcode.bat | ||
include scancode.ABOUT | ||
|
||
include .travis.yml appveyor.yml | ||
include tox.ini .travis.yml appveyor.yml | ||
|
||
global-exclude *.py[co] __pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,15 @@ | ||
graft src | ||
graft etc | ||
graft thirdparty | ||
graft samples | ||
|
||
graft tests | ||
|
||
|
||
prune src/scancode_toolkit.egg-info | ||
|
||
include AUTHORS.rst | ||
include CHANGELOG.rst | ||
include README.rst | ||
include CONTRIBUTING.rst | ||
include apache-2.0.LICENSE | ||
include cc0-1.0.LICENSE | ||
include NOTICE | ||
include MANIFEST.in | ||
include setup.py | ||
include setup.cfg | ||
include .gitignore | ||
include configure | ||
include configure.bat | ||
include CONTRIBUTING.rst | ||
include MANIFEST.in | ||
include NOTICE | ||
include scancode | ||
include scancode.bat | ||
include extractcode | ||
include extractcode.bat | ||
include scancode.ABOUT | ||
|
||
include .travis.yml appveyor.yml | ||
include tox.ini .travis.yml appveyor.yml | ||
|
||
global-exclude *.py[co] __pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters