-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get setup_requires working by making separate commands instead of sub…
…classing. Fixes #9.
- Loading branch information
1 parent
046e0eb
commit a090f2f
Showing
4 changed files
with
25 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
[global] | ||
command_packages = iiswsgi | ||
|
||
[install_msdeploy] | ||
[install_pyramid] | ||
scaffold = __msdeploy_scaffold__ | ||
project = __msdeploy_project__ | ||
|
||
[test_msdeploy] | ||
config_file = __msdeploy_project__\development.ini | ||
|
||
[aliases] | ||
release = bdist_msdeploy check register upload | ||
release = | ||
build_msdeploy install_pyramid_msdeploy bdist_msdeploy | ||
check register upload | ||
install_pyramid_msdeploy = | ||
develop install_pyramid test_msdeploy install_msdeploy |
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