Skip to content

Commit

Permalink
making a package release
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendrra committed Jun 23, 2024
1 parent d68c788 commit f132720
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup, find_packages

setup(
name='axon',
version='0.1.0',
packages=find_packages(),
install_requires=[],
description='A lightweight array manipulation library written in python',
author='Shivendra',
author_email='shivharsh44@gmail.com',
url='https://github.com/shivendrra/axon',
)

0 comments on commit f132720

Please sign in to comment.