Skip to content

Commit 6926373

Browse files
committed
remove CHANGES.rst file as it is tougher for newbie user to understand
1 parent 1a03a8e commit 6926373

File tree

3 files changed

+30
-41
lines changed

3 files changed

+30
-41
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changes
2+
3+
## 1.0.3 (unreleased)
4+
5+
- Nothing changed yet.
6+
7+
## 1.0.2 (2014-08-21)
8+
9+
- Remove all dependencies. clamd is now standalone!
10+
- Use plain setuptools no d2to1.
11+
- Create universal wheel.
12+
13+
## 1.0.1 (2013-03-06)
14+
15+
- Updated d2to1 dependency
16+
17+
## 1.0.0 (2013-02-08)
18+
19+
- Change public interface, including exceptions
20+
- Support Python 3.3, withdraw 2.5 support
21+
22+
## 0.3.4 (2013-02-01)
23+
24+
- Use regex to parse file status reponse instead of complicated string
25+
split/join
26+
27+
## 0.3.3 (2013-01-28)
28+
29+
- First version of clamd that can be installed from PyPI

CHANGES.rst

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ long_description_content_type = text/markdown
1515
keywords = python, clamav, antivirus, scanner, virus, libclamav, clamd
1616
project_urls =
1717
Source Code = https://github.com/graingert/python-clamd
18-
Change Log = https://github.com/graingert/python-clamd/blob/master/CHANGES.rst
18+
Change Log = https://github.com/graingert/python-clamd/blob/master/CHANGES.md
1919
url = https://github.com/graingert/python-clamd
2020
version = 1.0.3.dev0
2121

0 commit comments

Comments
 (0)