mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
STY: Align all build_ext definitions the same way.
No functional change.
This commit is contained in:
@@ -67,14 +67,8 @@ ext_modules = LazyCythonizingList([
|
||||
('zipline.lib._int64window', ['zipline/lib/_int64window.pyx']),
|
||||
('zipline.lib._uint8window', ['zipline/lib/_uint8window.pyx']),
|
||||
('zipline.lib.rank', ['zipline/lib/rank.pyx']),
|
||||
(
|
||||
'zipline.data._equities',
|
||||
['zipline/data/_equities.pyx'],
|
||||
),
|
||||
(
|
||||
'zipline.data._adjustments',
|
||||
['zipline/data/_adjustments.pyx'],
|
||||
),
|
||||
('zipline.data._equities', ['zipline/data/_equities.pyx']),
|
||||
('zipline.data._adjustments', ['zipline/data/_adjustments.pyx']),
|
||||
])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user