-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
"""A setuptools-based script for installing FauxFactory.""" | ||
# setuptools is preferred over distutils. See: | ||
# https://packaging.python.org/en/latest/current.html#packaging-tool-recommendations | ||
# setuptools is preferred over distutils. | ||
from setuptools import find_packages, setup | ||
import codecs | ||
import os | ||
|
@@ -20,7 +19,7 @@ def read(*paths): | |
name='fauxfactory', | ||
description='Generates random data for your tests.', | ||
long_description=LONG_DESCRIPTION, | ||
version='2.0.6', | ||
version='2.0.7', | ||
author='Og Maciel', | ||
author_email='[email protected]', | ||
url='https://github.com/omaciel/fauxfactory', | ||
|
13cc2c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉