We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3506d commit 8557b40Copy full SHA for 8557b40
setup.py
@@ -2,7 +2,7 @@
2
3
4
setuptools.setup(
5
- name="deep-profiler",
+ name="deepprofiler",
6
version="0.1.0",
7
author="Juan Caicedo",
8
author_email="jcaicedo@gmail.com",
@@ -12,7 +12,7 @@
12
url="https://github.com/jccaicedo/DeepProfiler",
13
packages=["deepprofiler"],
14
classifiers=[
15
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
16
"Topic :: Utilities",
17
"License :: OSI Approved :: BSD License"
18
],
0 commit comments