Skip to content

Commit 86455a9

Browse files
committed
Publish 0.1.1
1 parent 9489445 commit 86455a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from setuptools import setup
15+
from setuptools import setup, find_packages
1616
setup(
1717
name='accloudtant',
18-
packages=['accloudtant'],
19-
version='0.1.0',
18+
packages=find_packages(),
19+
version='0.1.1',
2020
description='Cloud cost calculation tool',
2121
author='Ignasi Fosch, Eduardo Bellido Bellido, David Arcos',
2222
author_email='[email protected]',
2323
url='https://github.com/ifosch/accloudtant',
24-
download_url='https://github.com/ifosch/accloudtant/archive/0.1.0',
24+
download_url='https://github.com/ifosch/accloudtant/archive/0.1.1',
2525
keywords=['cloud', 'AWS', 'costs'],
2626
classifiers=[
2727
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)