Skip to content
Snippets Groups Projects
Commit 4c4442e5 authored by Christoph Groth's avatar Christoph Groth
Browse files

remove stale references to /tutorial

This completes 9fdd41e8.
parent 1f79de0a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
*.so *.so
/kwant/*.c /kwant/*.c
/kwant/*/*.c /kwant/*/*.c
/tutorial
/build /build
/dist /dist
/doc/build /doc/build
......
...@@ -250,8 +250,7 @@ def git_lsfiles(): ...@@ -250,8 +250,7 @@ def git_lsfiles():
# Make the command "sdist" depend on "build". This verifies that the # Make the command "sdist" depend on "build". This verifies that the
# distribution in the current state actually builds. It also makes sure that # distribution in the current state actually builds. It also makes sure that
# the Cython-made C files and the tutorial will be included in the source # the Cython-made C files will be up-to-date and included in the source.
# distribution and that they will be up-to-date.
class sdist(sdist_orig): class sdist(sdist_orig):
sub_commands = [('build', None)] + sdist_orig.sub_commands sub_commands = [('build', None)] + sdist_orig.sub_commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment