Skip to content

Commit

Permalink
Fixed package not installing
Browse files Browse the repository at this point in the history
  • Loading branch information
SyberiaK committed Aug 21, 2023
1 parent 18e3c18 commit 4382a53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setup(
name='sl10n',
version='0.1.0',
version='0.1.0.1',
description='Static localization system that reduces a headache of working with localization',
package_dir={'': 'sl10n'},
packages=find_packages(where='sl10n'),
package_dir={'sl10n': 'sl10n'},
packages=find_packages(),
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/SyberiaK/sl10n',
Expand Down

0 comments on commit 4382a53

Please sign in to comment.