-
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.
add python-package-template command to readme
- Loading branch information
1 parent
aebe77c
commit b78afeb
Showing
6 changed files
with
62 additions
and
6 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 |
---|---|---|
|
@@ -10,4 +10,14 @@ Coming soon! | |
|
||
## Development | ||
|
||
This project is developed using [Python Build](https://github.com/craigahobbs/python-build#readme). | ||
This project is developed using [Python Build](https://github.com/craigahobbs/python-build#readme). It was started | ||
using [python-package-template](https://github.com/craigahobbs/python-package-template#readme) as follows: | ||
|
||
``` | ||
template-specialize python-package-template/template/ package-name/ \ | ||
-k package package-name \ | ||
-k name "John Doe" \ | ||
-k email "[email protected]" \ | ||
-k github "johndoe" \ | ||
-k nodoc 1 | ||
``` |
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 |
---|---|---|
|
@@ -10,4 +10,15 @@ Coming soon! | |
|
||
## Development | ||
|
||
This project is developed using [Python Build](https://github.com/craigahobbs/python-build#readme). | ||
This project is developed using [Python Build](https://github.com/craigahobbs/python-build#readme). It was started | ||
using [python-package-template](https://github.com/craigahobbs/python-package-template#readme) as follows: | ||
|
||
``` | ||
template-specialize python-package-template/template/ package-name/ \ | ||
-k package package-name \ | ||
-k name "John Doe" \ | ||
-k email "[email protected]" \ | ||
-k github "johndoe" \ | ||
-k nodoc 1 | ||
-k nomain 1 | ||
``` |
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 |
---|---|---|
|
@@ -33,4 +33,12 @@ Links | |
Development | ||
----------- | ||
|
||
This project is developed using `Python Build <https://github.com/craigahobbs/python-build#readme>`__. | ||
This project is developed using `Python Build <https://github.com/craigahobbs/python-build#readme>`__. It was started | ||
using `python-package-template <https://github.com/craigahobbs/python-package-template#readme>`__ as follows:: | ||
|
||
template-specialize python-package-template/template/ package-name/ \ | ||
-k package package-name \ | ||
-k name "John Doe" \ | ||
-k email "[email protected]" \ | ||
-k github "johndoe" \ | ||
-k nomain 1 |
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 |
---|---|---|
|
@@ -33,4 +33,11 @@ Links | |
Development | ||
----------- | ||
|
||
This project is developed using `Python Build <https://github.com/craigahobbs/python-build#readme>`__. | ||
This project is developed using `Python Build <https://github.com/craigahobbs/python-build#readme>`__. It was started | ||
using `python-package-template <https://github.com/craigahobbs/python-package-template#readme>`__ as follows:: | ||
|
||
template-specialize python-package-template/template/ package-name/ \ | ||
-k package package-name \ | ||
-k name "John Doe" \ | ||
-k email "[email protected]" \ | ||
-k github "johndoe" \ |