Skip to content

Commit

Permalink
updated pypi setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadord committed Feb 19, 2016
1 parent c8b6e55 commit 0adb912
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 96 deletions.
90 changes: 0 additions & 90 deletions PKG-INFO

This file was deleted.

4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2'
release = '0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bdist_wheel]
universal = 1
universal = 0

[egg_info]
tag_build =
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name = 'netpyne',

version = '0.2',
version = '0.3',
description = 'Network developing framework for Python-NEURON',
long_description = long_description,

Expand All @@ -39,7 +39,7 @@

# Indicate who your project is intended for
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering:: Visualization',
'Topic :: Scientific/Engineering :: Visualization',

# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: MIT License',
Expand All @@ -62,7 +62,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['NEURON'],
install_requires=[],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 0adb912

Please sign in to comment.