-
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.
Added LICENSE, README.txt and setup-sample.py to setupext/doc
- Loading branch information
1 parent
64caf74
commit 966376a
Showing
5 changed files
with
921 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
include README.txt | ||
include LICENSE | ||
include setupext/doc * | ||
recursive-include setupext/doc * |
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 |
---|---|---|
|
@@ -24,8 +24,8 @@ | |
|
||
# The following are optional | ||
long_description = open('README.txt').read() | ||
url = '' | ||
download_url = '' | ||
url = 'https://github.com/sundarnagarajan/setupext' | ||
download_url = 'https://github.com/sundarnagarajan/setupext.git' | ||
author = 'Sundar Nagarajan' | ||
author_email = '[email protected]' | ||
maintainer = author | ||
|
Oops, something went wrong.