We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d6138 commit cd3df84Copy full SHA for cd3df84
CHANGELOG.rst
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include README.rst CHANGELOG.rst MANIFEST.in LICENSE
+include README.rst MANIFEST.in LICENSE
2
recursive-include flask_restx *
3
recursive-include requirements *.pip
4
doc/changelog.rst
doc/index.rst
@@ -75,7 +75,6 @@ Additional Notes
75
:maxdepth: 2
76
77
contributing
78
- changelog
79
80
81
Indices and tables
setup.py
@@ -55,7 +55,6 @@ def pip(filename):
55
56
long_description = '\n'.join((
57
rst('README.rst'),
58
- rst('CHANGELOG.rst'),
59
''
60
))
61
0 commit comments