Skip to content

Commit

Permalink
pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Hernandez committed Jul 26, 2015
1 parent 48edc50 commit 7d93ffb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
import sys
from setuptools import setup, find_packages

NAME = "ipymol"
VERSION = "0.1"
NAME = "ipymol"
VERSION = "0.2"


def read(filename):
import os
Expand All @@ -30,14 +31,12 @@ def readlist(filename):
setup(
name=NAME,
version=VERSION,
description=('A enhanced permission system which enable logical permission'
'systems to complex permissions'),
description=('IPyMOL allows you to control PyMOL sessions via IPython.'),
long_description = read('README.rst'),
platforms = (
"Windows", "Linux", "Mac OS-X", "Unix",
),
classifiers = (
'Development Status :: A - Alpha',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
Expand Down

0 comments on commit 7d93ffb

Please sign in to comment.