Skip to content

Commit

Permalink
Merge pull request #8 from zmallen/data_file
Browse files Browse the repository at this point in the history
Include package data setup.py
  • Loading branch information
zmallen authored Jul 27, 2017
2 parents a86673a + f6f8c2c commit 8118877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
from setuptools import setup

setup(name='ftw',
version='1.1.2',
version='1.1.3',
description='Framework for Testing WAFs',
author='Chaim Sanders, Zack Allen',
author_email='zma4580@gmail.com, chaim.sanders@gmail.com',
url='https://www.github.com/crs-support/ftw',
download_url='https://github.com/crs-support/ftw/tarball/1.1.2',
download_url='https://github.com/crs-support/ftw/tarball/1.1.3',
include_package_data=True,
entry_points = {
'pytest11': [
'ftw = ftw.pytest_plugin'
Expand Down

0 comments on commit 8118877

Please sign in to comment.