Skip to content

Commit 0fd5719

Browse files
update docs
1 parent 3387268 commit 0fd5719

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

CHANGES.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Changelog
33
=========
44

5-
Version 0.1
6-
===========
5+
Version 0.0.1
6+
==================
7+
8+
- construct basic architecture of project
9+
- implement CopyRNN (total available), CopyTransformer (required to debug)
10+
711

8-
- Feature A added
9-
- FIX: nasty bug #1729 fixed
10-
- add your changes here!

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Add your requirements here like:
2-
# numpy
3-
# scipy>=0.9
41
torch>=1.2.0
52
pysenal>=0.0.8
6-
tensorboard>=2.0.1
3+
tensorboard>=2.0.1
4+
munch==2.5.0

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = deep-keyphrase
33
summary = Add a short description here!
44
author = xiayubin
5-
author-email = xiayubin@patsnap.com
6-
license = none
7-
home-page = http://...
5+
author-email = supercoderhawk@gmail.com
6+
license = MIT
7+
home-page = https://github.com/supercoderhawk/deep-keyphrase
88
description-file = README.rst
99
# Add here all kinds of additional classifiers as defined under
1010
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def setup_package():
1616
needs_sphinx = {'build_sphinx', 'upload_docs'}.intersection(sys.argv)
1717
sphinx = ['sphinx'] if needs_sphinx else []
18-
setup(setup_requires=['six', 'pyscaffold>=2.5a0,<2.6a0'] + sphinx,
18+
setup(setup_requires=['six', 'pyscaffold>=2.5,<=2.6'] + sphinx,
1919
use_pyscaffold=True)
2020

2121

0 commit comments

Comments
 (0)