Skip to content

Commit 70124e4

Browse files
author
shimwell
committed
removed script folder
1 parent eede27b commit 70124e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55

66
setuptools.setup(
77
name="parametric_plasma_source",
8-
version="0.0.01",
8+
version="0.0.2",
99
author="Jonathan Shimwell",
1010
author_email="jonathan.shimwell@ukaea.uk",
1111
description="Parametric plasma source for fusion simulations in OpenMC",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/shimwell/parametric_plasma_source",
1515
packages=setuptools.find_packages(),
16-
scripts=['parametric_plasma_source/'], #puts files in /usr/local/bin
1716
classifiers=[
1817
"Programming Language :: Python :: 3",
1918
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)