diff --git a/.gitignore b/.gitignore index 7aa0a67..40d10e8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,8 @@ env/ .env __pycache__/ *.pyc -config.py \ No newline at end of file +config.py + +dist/ +MANIFEST +MANIFEST.in diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index 1e9b8d5..0000000 --- a/MANIFEST +++ /dev/null @@ -1,6 +0,0 @@ -# file GENERATED by distutils, do NOT edit -setup.cfg -setup.py -aiogram_calendar\__init__.py -aiogram_calendar\dialog_calendar.py -aiogram_calendar\simple_calendar.py diff --git a/dist/aiogram_calendar-0.1.tar.gz b/dist/aiogram_calendar-0.1.tar.gz deleted file mode 100644 index ecd5f37..0000000 Binary files a/dist/aiogram_calendar-0.1.tar.gz and /dev/null differ diff --git a/setup.py b/setup.py index 14626ee..c48ebda 100644 --- a/setup.py +++ b/setup.py @@ -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',