Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Commit e00ad15

Browse files
committed
fixed travis-ci
1 parent 076a8aa commit e00ad15

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# APTDetector Changelog
22

3-
Since February 11, 2016 there have been 0 releases and 8 commits for
3+
Since February 07, 2016 there have been 1 releases and 13 commits for
44

5-
an average of zero 0-commit release every 0 weeks.
5+
an average of one 13-commit release every 1 weeks.
66

77
## 0.1.3
88

99
* [BaseSniffer][basesniffer] is now finished and capable of parsing a [Pcap][Pcap] file
1010
* fixed doctests to pass travis ci
11+
* released the new newversion to pypy
1112

1213
## 0.1.2
1314

@@ -42,4 +43,4 @@ Project Started.
4243
[CapTipper]: http://captipper.readthedocs.org/en/latest/
4344
[pcap-parser]: https://github.com/caoqianli/pcap-parser
4445
[URLSniffer]: https://github.com/abzcoding/aptdetector/blob/master/aptdetector/network/sniffer.py
45-
[Pcap]: https://en.wikipedia.org/wiki/Pcap
46+
[Pcap]: https://en.wikipedia.org/wiki/Pcap

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77

88
from setuptools import setup
99

10-
1110
__author__ = 'Abouzar Parvan'
12-
__version__ = '0.1'
11+
__version__ = '0.1.2'
1312
__contact__ = '[email protected]'
14-
__url__ = 'https://github.com/abzcoding/APTDetector'
13+
__url__ = 'https://github.com/abzcoding/aptdetector'
1514
__license__ = 'BSD'
1615

17-
1816
setup(name='aptdetector',
1917
version=__version__,
2018
description="Advanced Persistent Threat Detection by Using Network Analysis.",
@@ -33,5 +31,5 @@
3331
'Topic :: System :: Networking',
3432
'Development Status :: 1 - Planning',
3533
'Programming Language :: Python :: 3.4',
36-
'Programming Language :: Python :: 3.5', ]
37-
)
34+
'Programming Language :: Python :: 3.5',
35+
])

0 commit comments

Comments
 (0)