Skip to content

Commit

Permalink
Merge pull request codingo#75 from codingo/setup-fix
Browse files Browse the repository at this point in the history
Fixed broken reference on older install files
  • Loading branch information
codingo authored Oct 18, 2018
2 parents 0e13fdc + 684afce commit d36da40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific build folders
Reconnoitre.egg-info/
dist/
build/

# User-specific files
*.suo
*.user
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" __Doc__ File handle class """
from setuptools import find_packages, setup
from lib.core.__version__ import __version__
from Reconnoitre.lib.core.__version__ import __version__


def dependencies(imported_file):
Expand Down

0 comments on commit d36da40

Please sign in to comment.