Commit 0b05835ba1356601c6b518ab93de68af68b65179
1 parent
01524554
Exists in
master
and in
79 other branches
Fixed package location
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
setup.py
... | ... | @@ -17,8 +17,8 @@ setup( |
17 | 17 | description='The Brazilian Public Software Portal theme for Colab', |
18 | 18 | long_description=__doc__, |
19 | 19 | license='GPLv3', |
20 | - package_dir={'': 'src'}, | |
21 | - packages=find_packages('src'), | |
20 | + package_dir={'colab_spb_theme': 'colab_spb_theme'}, | |
21 | + packages=find_packages('colab_spb_theme'), | |
22 | 22 | zip_safe=False, |
23 | 23 | install_requires=install_requires, |
24 | 24 | include_package_data=True, | ... | ... |