Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
3c71d2f2
Commit
3c71d2f2
authored
Jun 11, 2008
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup MANIFEST
parent
725b6f96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
MANIFEST.in
MANIFEST.in
+7
-6
setup.py
setup.py
+5
-1
No files found.
MANIFEST.in
View file @
3c71d2f2
include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
recursive-include .hg *
include .hgignore .hgtags
include setup.py
include bin/cython
include bin/cython
bin/update_references
include cython.py
include Cython/Compiler/Lexicon.pickle
include Doc/*
include Demos/*.pyx
include Demos/*.pxd
include Demos/callback/*.pyx
include Demos/callback/*.pxd
include Demos/*.py
include Demos/callback/*
include Demos/embed/*
include Demos/Setup.py
include Demos/Makefile*
include Tools/*
recursive-include Includes *
recursive-include tests *.pyx *.pxd *.pxi *.h
recursive-include tests *.pyx *.pxd *.pxi *.h
*.BROKEN
include runtests.py
include Cython/Compiler/Builtin.py
include Cython/Mac/Makefile
include Cython/Mac/_Filemodule_patched.c
include Cython/Unix/*.py
setup.py
View file @
3c71d2f2
...
...
@@ -89,7 +89,11 @@ setup(
'Cython.Compiler'
,
'Cython.Distutils'
,
'Cython.Mac'
,
'Cython.Plex'
'Cython.Unix'
,
'Cython.Plex'
,
'Cython.Tests'
,
'Cython.Compiler.Tests'
,
],
**
setup_args
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment