Spaces:
Running
Running
Commit
·
d81b4be
1
Parent(s):
9fd048b
Breaking version change to 0.4.0
Browse files
setup.py
CHANGED
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
| 5 |
|
| 6 |
setuptools.setup(
|
| 7 |
name="pysr", # Replace with your own username
|
| 8 |
-
version="0.
|
| 9 |
author="Miles Cranmer",
|
| 10 |
author_email="miles.cranmer@gmail.com",
|
| 11 |
description="Simple and efficient symbolic regression",
|
|
@@ -18,9 +18,6 @@ setuptools.setup(
|
|
| 18 |
"sympy"
|
| 19 |
],
|
| 20 |
packages=setuptools.find_packages(),
|
| 21 |
-
package_data={
|
| 22 |
-
'pysr': ['../julia/*.jl']
|
| 23 |
-
},
|
| 24 |
include_package_data=False,
|
| 25 |
classifiers=[
|
| 26 |
"Programming Language :: Python :: 3",
|
|
|
|
| 5 |
|
| 6 |
setuptools.setup(
|
| 7 |
name="pysr", # Replace with your own username
|
| 8 |
+
version="0.4.0",
|
| 9 |
author="Miles Cranmer",
|
| 10 |
author_email="miles.cranmer@gmail.com",
|
| 11 |
description="Simple and efficient symbolic regression",
|
|
|
|
| 18 |
"sympy"
|
| 19 |
],
|
| 20 |
packages=setuptools.find_packages(),
|
|
|
|
|
|
|
|
|
|
| 21 |
include_package_data=False,
|
| 22 |
classifiers=[
|
| 23 |
"Programming Language :: Python :: 3",
|