Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Feb 7, 2020
1 parent ff26def commit 9873632
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from setuptools import setup
import asteroid

asteroid_version = "0.0.1"

with open("README.md", encoding='utf-8') as fh:
long_description = fh.read()

setup(
name='asteroid',
version=asteroid.__version__,
version=asteroid_version,
author='Manuel Pariente',
author_email='[email protected]',
url="https://github.com/mpariente/AsSteroid",
Expand Down

0 comments on commit 9873632

Please sign in to comment.