Rename everything

This commit is contained in:
Kumi 2020-05-24 08:07:46 +02:00
parent 322f491ab8
commit 50bdb56478
3 changed files with 2 additions and 2 deletions

View file

@ -9,13 +9,13 @@ except:
long_description = '' long_description = ''
setup( setup(
name='crontab', name='parse_crontab',
version='0.22.6', version='0.22.6',
description='Parse and use crontab schedules in Python', description='Parse and use crontab schedules in Python',
author='Josiah Carlson', author='Josiah Carlson',
author_email='josiah.carlson@gmail.com', author_email='josiah.carlson@gmail.com',
url='https://github.com/josiahcarlson/parse-crontab', url='https://github.com/josiahcarlson/parse-crontab',
packages=['crontab'], packages=['parse_crontab'],
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',