We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d600a71 commit 4e8f4a7Copy full SHA for 4e8f4a7
1 file changed
setup.py
@@ -1,3 +1,4 @@
1
+"""Setup script for the sentisynth package."""
2
from setuptools import setup, find_packages
3
4
setup(
@@ -21,9 +22,9 @@
21
22
"sentisynth=sentisynth.cli:main",
23
],
24
},
- author="Your Name",
25
- author_email="your.email@example.com",
+ author="Param Kapur",
26
+ author_email="kpr.param@gmail.com",
27
description="Synthetic data generation for sentiment analysis",
28
keywords="nlp, sentiment-analysis, synthetic-data",
- url="https://github.com/yourusername/sentisynth",
29
-)
+ url="https://github.com/paramkpr/sentisynth",
30
+)
0 commit comments