Skip to content

Commit 07c348c

Browse files
committed
Ajustando diretórios
1 parent 0031a3a commit 07c348c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version='1.0',
88
description='Python Distribution Utilities',
99
author='Gilmar P Santos',
10-
packages=find_packages('src'),
11-
package_dir={'': 'src'},
12-
py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],
10+
packages=find_packages('.'),
11+
package_dir={'': '.'},
12+
py_modules=[splitext(basename(path))[0] for path in glob('./*.py')],
1313
)

0 commit comments

Comments
 (0)