Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muazhari authored Aug 7, 2024
1 parent 9758614 commit f8d9f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup
from pathlib import Path

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
this_directory: Path = Path(__file__).parent
long_description: str = (this_directory / "README.md").read_text()

setup(
name='autocode-py',
version='0.0.1',
version='0.0.1.post1',
author='muazhari',
url='https://github.com/muazhari/autocode',
description='AutoCode: Automated Code Improvement by Metrics Optimization',
Expand Down

0 comments on commit f8d9f10

Please sign in to comment.