forked from hydralabs/pyamf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Switch away from setuptools to distribute.
- Remove cpyamf/*.c files and autogenerate the code when needed. Include the .c for sdist so that Cython is not a hard dependancy. - Refactored setup.py to only include required meta data. All all other logic has been moved to setuptools.py - Removed the need for duplicate versions - the master is now in setup.py and pyamf receives an autogenerated file. Fixes: #682, #824
- Loading branch information
Showing
16 changed files
with
880 additions
and
48,737 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
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,3 +1,7 @@ | ||
graft doc | ||
include ez_setup.py | ||
include CHANGES.txt | ||
prune doc/build | ||
prune doc/_build | ||
include distribute_setup.py | ||
include *.txt | ||
recursive-include cpyamf *.pxd | ||
global-exclude *.swf |
Oops, something went wrong.