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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,10 @@ A starting spot for python projects. Embracing open source elements.
5
5
6
6
This project follows the structure suggested in [Jan-Philip Gehrcke's Blog](https://gehrcke.de/2014/02/distributing-a-python-command-line-application/).
7
7
8
+
# Project Versioning
9
+
10
+
This project uses [Semver](http://semver.org/) as its versioning scheme.
11
+
12
+
# Project Tests
13
+
14
+
Basic acceptance tests are in the tests folder. You can run these tests by running `python setup.py test`.
0 commit comments