Skip to content

Commit 997bf2c

Browse files
renaming the py_module
1 parent d14847e commit 997bf2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/BrunoSilvaAndrade/python-config-parser',
16-
py_modules=['configparser'],
16+
py_modules=['pyconfigparser'],
1717
install_requires=open('requirements.txt', 'r').read().split('\n'),
1818
classifiers=[
1919
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)