Skip to content

Commit

Permalink
Fixed minor things related to python version support and README file
Browse files Browse the repository at this point in the history
  • Loading branch information
gnebbia committed Jul 26, 2019
1 parent 1c6bcd7 commit 5f06b2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 104 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,11 +1,10 @@
language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"

install:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -93,10 +93,9 @@ package with a `def parse(domains)` method.

## TODO

* Fix bug:can't provide domain names with http(s):// notation
* Add more passive recon sources
* Modify the code to work in asynchrounous mode
* Generate fancy html reports
* Add more passive recon sources

## COPYRIGHT

Expand Down
100 changes: 0 additions & 100 deletions README.rst

This file was deleted.

3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,3 +1,6 @@
[metadata]
description-file = README.md

[flake8]
ignore = E741

Expand Down

0 comments on commit 5f06b2f

Please sign in to comment.