Skip to content

Commit

Permalink
chore(release): prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
atxtechbro committed Oct 21, 2024
1 parent 01a08fe commit 2894f0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import find_packages, setup

setup(
name='notion_automation', # Package name (used in `pip install`)
version='0.1.0', # Follow semantic versioning
name='notion_automation',
version='1.0.0',
description='Automate Notion database creation with JSON schemas',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Your Name',
author_email='[email protected]',
url='https://github.com/yourusername/notion-automation', # GitHub repo link
packages=find_packages(), # Automatically detect packages
url='https://github.com/yourusername/notion-automation',
packages=find_packages(),
install_requires=[
'requests',
'python-dotenv',
Expand Down

0 comments on commit 2894f0c

Please sign in to comment.