You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,9 @@ This is a simple python project initializer. It creates any file and directory s
17
17
-[x] publish the package on pypi
18
18
-[x] add a command line interface
19
19
-[x] test it vanilla
20
-
-[ ] Change options setuppy and setupcfg to setup
21
-
-[ ] Change options pyproject to make setup a flag. If setup is true, then create setup.py and setup.cfg. If setup is false, then create pyproject.toml
22
-
-[ ] Refactor a bit to make the code more readable
20
+
-[x] Change options setuppy and setupcfg to setup
21
+
-[x] Change options pyproject to make setup a flag. If setup is true, then create setup.py and setup.cfg. If setup is false, then create pyproject.toml
23
22
-[ ] Cut the code into smaller functions if possible
24
-
-[ ] Add skeleton template for setup.py, setup.cfg, and pyproject.toml with flake8, black and pylint
25
-
-[ ] Add pytest to the skeleton template as a dev dependency
0 commit comments