We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29162b commit d64148fCopy full SHA for d64148f
CHANGELOG
@@ -0,0 +1,10 @@
1
+#Change Log
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [1.1.0] - 2017-01-06
8
+- Added PyPi distribution configuration and documentation files.
9
+- Started PyPi versioning based on the current release available on Github (https://github.com/MoseleyBioinformaticsLab/GOcats).
10
+ls
MANIFEST.in
@@ -1,2 +1,4 @@
+include README.rst
include LICENSE
-include CITATION
+include CITATION
+include CHANGELOG
requirements.txt
@@ -0,0 +1,2 @@
+docopt==0.6.2
+jsonpickle==0.9.4
0 commit comments