This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
forked from thecopy/apiary2postman
-
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.
Changed to Drafter instead of Snowcrash
- Loading branch information
Showing
5 changed files
with
18 additions
and
18 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
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 |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
setup( | ||
name = 'apiary2postman', | ||
packages = ['apiary2postman'], # this must be the same as the name above | ||
version = '0.4.4', | ||
version = '0.4.6', | ||
description = 'A tool for converting Blueman API markup from Apiary.io to Postman collection/dumps', | ||
author = 'Erik Jonsson Thoren', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/thecopy/apiary2postman', # use the URL to the github repo | ||
download_url = 'https://github.com/thecopy/apiary2postman/tarball/0.4.4', # I'll explain this in a second | ||
download_url = 'https://github.com/thecopy/apiary2postman/tarball/0.4.6', # I'll explain this in a second | ||
keywords = ['apiary', 'blueman', 'postman'], # arbitrary keywords | ||
classifiers = [], | ||
entry_points={ | ||
|