Skip to content

Commit dc2c1ce

Browse files
committed
fix: replaced README.rst with README.md
fixed #161
1 parent 0e58bf0 commit dc2c1ce

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.rst
1+
include README.md

packaging/debian/docs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
README.rst
1+
README.md

packaging/rpm/SPECS/mamonsu.alt.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export PYTHONPATH=%{buildroot}%{python_sitelib}
4040
%{__install} -m 0644 -p %{SOURCE2} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
4141

4242
%files
43-
%doc README.rst
43+
%doc README.md
4444
%config(noreplace) %{_sysconfdir}/%{name}/agent.conf
4545
%{python_sitelib}/%{name}/
4646
%{python_sitelib}/%{name}-%{version}*

packaging/rpm/SPECS/mamonsu.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
3737
%{__install} -m 0644 -p %{SOURCE2} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
3838

3939
%files
40-
%doc README.rst
40+
%doc README.md
4141
%config(noreplace) %{_sysconfdir}/%{name}/agent.conf
4242
%{python3_sitelib}/%{name}/
4343
%{python3_sitelib}/%{name}-%{version}*

packaging/rpm/SPECS/mamonsu.suse.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export PYTHONPATH=%{buildroot}%{python_sitelib}
3939
%{__install} -m 0644 -p %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
4040

4141
%files
42-
%doc README.rst
42+
%doc README.md
4343
%defattr(644,root,root,755)
4444
%config(noreplace) %{_sysconfdir}/%{name}/agent.conf
4545
%{python_sitelib}/%{name}/

0 commit comments

Comments
 (0)