Skip to content

Commit

Permalink
Merge pull request #60 from fzipi/version-from-tag
Browse files Browse the repository at this point in the history
build: use git tag for version release
  • Loading branch information
fzipi authored Mar 24, 2021
2 parents 686beb7 + 328932d commit 0769e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
from setuptools import setup

setup(name='ftw',
version='1.2.3',
description='Framework for Testing WAFs',
author='Chaim Sanders, Zack Allen',
author_email='[email protected], [email protected]',
url='https://www.github.com/coreruleset/ftw',
download_url='https://github.com/coreruleset/ftw/tarball/1.2.3',
include_package_data=True,
package_data={
'ftw': ['util/public_suffix_list.dat']
Expand All @@ -20,6 +18,8 @@
},
packages=['ftw'],
keywords=['waf'],
use_scm_version=True,
setup_requires=['setuptools_scm'],
install_requires=[
'Brotli==1.0.7',
'IPy==0.83',
Expand Down

0 comments on commit 0769e7f

Please sign in to comment.