-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
I had an existing repo which I wanted to make into a package template.
I followed these steps:
- Cloned this repo and renamed it to my package git folder name
- Executed
generate.pyas a package - Renamed this repo and cloned the original repo I wanted to update
- Copied all
newfiles from the template to the original repo - Created a new environment to test
pip install .orpython setup.py install
Got an error at this last step to fix which:
- Needed to change the relative paths to
READMEandrequirementsas they were going up a directory somehow using../to look for these files
Also, it might be good to have some instructions/guide on how to incorporate a template into an existing repo/package.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation