Skip to content

Commit c5eb42a

Browse files
author
Dan Cornell
committed
2 parents 41b9bc3 + 3eeef2d commit c5eb42a

5 files changed

Lines changed: 14 additions & 1 deletion

File tree

File renamed without changes.

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include docs/*
2+
include *.rst *.txt

ThreadFixProApi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from .threadfixpro import ThreadFixProAPI
2+
__version__ = '1.0.7'

ThreadFixProApi/threadfixpro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
__author__ = "Brandon Spruth (brandon.spruth2@target.com), Jim Nelson (jim.nelson2@target.com),"
4+
__author__ = "Brandon Spruth (bspruth@gmail.com), Jim Nelson (jim.nelson2@target.com),"
55
__copyright__ = "(C) 2018 Target Brands, Inc."
66
__contributors__ = ["Brandon Spruth", "Jim Nelson", "Evan Schlesinger"]
77
__status__ = "Production"

setup.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[bdist_wheel]
2+
universal = 1
3+
4+
[metadata]
5+
license_file = LICENSE.txt
6+
7+
[egg_info]
8+
tag_build =
9+
tag_date = 0
10+

0 commit comments

Comments
 (0)