Skip to content

Commit c44b33f

Browse files
committed
Remove CHANGELOG.rst
Removing in favour of solely using GitHub release notes.
1 parent bacc04f commit c44b33f

File tree

5 files changed

+1
-361
lines changed

5 files changed

+1
-361
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 357 deletions
This file was deleted.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include README.rst CHANGELOG.rst MANIFEST.in LICENSE
1+
include README.rst MANIFEST.in LICENSE
22
recursive-include flask_restx *
33
recursive-include requirements *.pip
44

doc/changelog.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Additional Notes
7575
:maxdepth: 2
7676

7777
contributing
78-
changelog
7978

8079

8180
Indices and tables

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def pip(filename):
5555

5656
long_description = '\n'.join((
5757
rst('README.rst'),
58-
rst('CHANGELOG.rst'),
5958
''
6059
))
6160

0 commit comments

Comments
 (0)