Skip to content

Commit d36da40

Browse files
authored
Merge pull request #75 from codingo/setup-fix
Fixed broken reference on older install files
2 parents 0e13fdc + 684afce commit d36da40

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4+
# User-specific build folders
5+
Reconnoitre.egg-info/
6+
dist/
7+
build/
8+
49
# User-specific files
510
*.suo
611
*.user

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" __Doc__ File handle class """
22
from setuptools import find_packages, setup
3-
from lib.core.__version__ import __version__
3+
from Reconnoitre.lib.core.__version__ import __version__
44

55

66
def dependencies(imported_file):

0 commit comments

Comments
 (0)