Skip to content

Commit d64148f

Browse files
committed
Added additional PyPi distribution-related files.
1 parent d29162b commit d64148f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
include README.rst
12
include LICENSE
2-
include CITATION
3+
include CITATION
4+
include CHANGELOG

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docopt==0.6.2
2+
jsonpickle==0.9.4

0 commit comments

Comments
 (0)