Skip to content

Commit

Permalink
0.6.3: find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 4, 2023
1 parent cfc6b64 commit f7eb268
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
@@ -1,9 +1,9 @@
from setuptools import setup # type: ignore
from setuptools import find_packages, setup # type: ignore

setup(
name='kioss',
version='0.6.2',
packages=['kioss'],
version='0.6.3',
packages=find_packages(),
url='http://github.com/bonnal-enzo/kioss',
license='Apache 2.',
author='bonnal-enzo',
Expand Down

0 comments on commit f7eb268

Please sign in to comment.