We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6b633 commit 2ae749bCopy full SHA for 2ae749b
setup.py
@@ -12,16 +12,14 @@ def readme():
12
return f.read()
13
14
setup(
15
- # Metadata
16
name='pytest-flask-sqlalchemy-transactions',
17
author='Jean Cochrane',
18
author_email='jean@jeancochrane.com',
19
-
20
url='https://github.com/jeancochrane/pytest-flask-sqlalchemy-transactions',
21
description='Run tests in transactions using pytest, Flask, and SQLalchemy.',
22
long_description=readme(),
23
license='MIT',
24
+ version='0.0.1'
25
packages=['transactions'],
26
install_requires=['pytest>=3.2.1',
27
'pytest-mock>=1.6.2',
0 commit comments