diff --git a/.idea/fuzzing.iml b/.idea/fuzzing.iml index bf13fc3..41521df 100644 --- a/.idea/fuzzing.iml +++ b/.idea/fuzzing.iml @@ -7,7 +7,11 @@ + + + + diff --git a/LICENSE.txt b/LICENSE.txt index 24b2acb..17fc34c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014, Stefan Braun +Copyright (c) 2014,2015 Stefan Braun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.rst b/README.rst index 46c5560..60a4f05 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,9 @@ The easiest way to install is via ``easy_install`` or ``pip`` :: $ pip install fuzzing +Run tests: :: + + $ behave Example ------- diff --git a/setup.py b/setup.py index 95e4616..95a1db4 100644 --- a/setup.py +++ b/setup.py @@ -26,14 +26,14 @@ def run_tests(self): sys.exit(pytest.main(self.test_args)) -version = "0.2.3a1" +version = '0.2.3a1' setup(name="fuzzing", version=version, description="Tools for stress testing applications.", long_description=open("README.rst").read(), classifiers=[ # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers - 'Development Status :: 4 - Beta', + 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python',