Skip to content

Commit

Permalink
fixed dist
Browse files Browse the repository at this point in the history
  • Loading branch information
noXplode committed May 2, 2021
1 parent c4dc8f7 commit b50c339
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ env/
.env
__pycache__/
*.pyc
config.py
config.py

dist/
MANIFEST
MANIFEST.in
6 changes: 0 additions & 6 deletions MANIFEST

This file was deleted.

Binary file removed dist/aiogram_calendar-0.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
setup(
name='aiogram_calendar',
packages=['aiogram_calendar'],
version='0.1',
version='0.1.1',
license='MIT',
description='Simple Inline Calendar & Date Selection tool for Aiogram Telegram bots',
long_description=long_description,
author='Andrew Nikolabay',
author_email='',
url='https://github.com/noXplode/aiogram_calendar',
download_url='https://github.com/noXplode/aiogram_calendar/archive/refs/tags/0.1.tar.gz',
download_url='https://github.com/noXplode/aiogram_calendar/archive/refs/tags/0.1.1.tar.gz',
keywords=['Aiogram', 'Telegram', 'Bots', 'Calendar'],
install_requires=[
'aiogram',
Expand Down

0 comments on commit b50c339

Please sign in to comment.