fixed setup file by changing LLEPE to llepe

This commit is contained in:
titusquah
2020-07-14 09:15:49 -06:00
parent adbfd57931
commit b67b1a6b08
2 changed files with 17 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='llepe',
version='0.0.0',
packages=['LLEPE'],
packages=['llepe'],
package_data={
'csvs': ['data/csvs/*.csv'],
'xmls': ['data/xmls/*.xml'],