Skip to content

Commit 6fae92b

Browse files
committed
Setup info fixes
1 parent 72fa94b commit 6fae92b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ History
33
=======
44

55
0.0.1 (2021-07-15)
6-
------------------
6+
===================
77

88
* First release on PyPI.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clean-build: ## remove build artifacts
3333
rm -fr dist/
3434
rm -fr .eggs/
3535
find . -name '*.egg-info' -exec rm -fr {} +
36-
find . -name '*.egg' -exec rm -f {} +
36+
find . -name '*.egg' -exec rm -rf {} +
3737

3838
clean-pyc: ## remove Python file artifacts
3939
find . -name '*.pyc' -exec rm -f {} +

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
],
6767
},
6868
install_requires=requirements,
69-
long_description=readme + "\n\n" + history,
69+
long_description=readme,
70+
long_description_content_type="text/x-rst",
7071
include_package_data=True,
7172
keywords="ecs_files_composer",
7273
name="ecs_files_composer",

0 commit comments

Comments
 (0)