Skip to content

Commit

Permalink
fix: Fixed version and name
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrover112 committed Sep 28, 2021
1 parent 9529435 commit f614cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
@@ -1,13 +1,13 @@
import setuptools
from setuptools import setup,find_packages
import os

from flopt import __version__
with open("README.md", 'r') as f:
long_description = f.read()

setup(
name='flopt:Flight scheduling OPtimization algorithms',
version='0.1.0',
name='flopt',
version=__version__,
description='Flight scheduling optimization using Genetic Algorithm variants and other algorithms. ',
license="MIT",
long_description=long_description,
Expand Down

0 comments on commit f614cc2

Please sign in to comment.