Skip to content

Commit

Permalink
Use version from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jul 24, 2020
1 parent 934282c commit b694211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
from setuptools import setup, find_packages
from os.path import join as path_join

from robocrys import __version__


with open('README.md', 'r') as file:
long_description = file.read()

setup(
name='robocrys',
version="0.2.1",
version=__version__,
description='Automatic generation of crystal structure descriptions',
url='https://github.com/hackingmaterials/robocrystallographer',
author='Alex Ganose',
Expand Down

0 comments on commit b694211

Please sign in to comment.