Skip to content

Commit

Permalink
first version of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Aug 27, 2020
1 parent da3b0b3 commit aa2af00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


### 0.1.0
- first packaged version
- basic URL cleaning and filtering
- sampling by domain name

- Cleaning and filtering targeting non-spam HTML pages with primarily text
- URL validation
- Sampling by domain name
- Command-line interface (CLI) and Python tool
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include CONTRIBUTING.md HISTORY.md README.rst LICENSE tox.ini
include tests/unit_tests.py
include tests/unit_tests.py
include courlan_harns-march.jpg
graft helpers/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def readme():
long_description=readme(),
classifiers=[
# As from http://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 2 - Pre-Alpha'
'Development Status :: 2 - Pre-Alpha',
#'Development Status :: 3 - Alpha',
#'Development Status :: 4 - Beta',
#'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit aa2af00

Please sign in to comment.