Skip to content

Commit 4817a32

Browse files
authored
Remove legacy README note about app/ boilerplate
* Removes TODO about leveraging data/ and config/ subdirectories
1 parent 7529281 commit 4817a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ The following table illustrates steps required to setup a basic python project f
2020
- [ ] Find & Replace all instances of _my_python_boilerplate_ (case-sensitive) with your project name
2121
- [ ] Modify this README (and subdirectory READMEs) with general project documentation
2222
- [ ] Modify project contributors as necessary under: [AUTHORS](AUTHORS), [setup.py](setup.py), [docs/conf.py](docs/conf.py), and all README citations
23-
- [ ] Leverage existing directories as desired (e.g. data under data/, config under config/, etc.)
2423
- [ ] Delete the cloned .git subdirectory, run `git init`, and establish the new remote project repository
2524
- [ ] Replace this README section with a project status checklist
2625

@@ -61,6 +60,7 @@ object.
6160

6261
License
6362
-------
63+
6464
This code is under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
6565

6666
If you use or modify _my-python-boilerplate_, please credit the original author as

0 commit comments

Comments
 (0)