Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ include font_LICENSE.txt
include fonttools_LICENSE.txt
include image_LICENSE.txt
include image_LICENSE_*.txt
include kiva/agg/agg.i
include docs/Makefile
include docs/kiva/agg/notes
include kiva/_cython_speedups.*
include kiva/_hit_test.*
recursive-include docs *.py *.rst *.txt *.css *.png *.ico *.doc
recursive-include enable/examples *.py *.svg *.jpg *.enaml
recursive-include kiva/examples *.py *.txt *.gif *.jpg
recursive-include kiva/agg *.py *.i *.cpp *.h *.c
recursive-include kiva/agg/agg-24 *
recursive-include kiva/agg/freetype2 *
recursive-include kiva/agg/LICENSES *
recursive-include kiva/fonttools/tests/data *.ttc *.ttf
recursive-include kiva/fonttools/LICENSES *
recursive-include kiva/gl *.h *.cpp *.i LICENSE_*
recursive-include kiva/quartz *.pyx *.pxi *.pxd mac_context*.*
recursive-include kiva/fonttools/tests/data *.ttc *.ttf
5 changes: 1 addition & 4 deletions ci/edmtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
dependencies = {
"apptools",
"coverage",
"Cython",
"fonttools",
"hypothesis",
"kiwisolver",
Expand Down Expand Up @@ -137,10 +138,6 @@
'null': {'ETS_TOOLKIT': 'null.image'},
}

if sys.platform == 'darwin':
dependencies.add('Cython')


#: Path to the top-level source directory
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))

Expand Down
259 changes: 0 additions & 259 deletions kiva/agg/setup.py

This file was deleted.

93 changes: 0 additions & 93 deletions kiva/gl/setup.py

This file was deleted.

Loading