Skip to content

Commit 4e8f4a7

Browse files
committed
init venv and a couple other setup things
1 parent d600a71 commit 4e8f4a7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Setup script for the sentisynth package."""
12
from setuptools import setup, find_packages
23

34
setup(
@@ -21,9 +22,9 @@
2122
"sentisynth=sentisynth.cli:main",
2223
],
2324
},
24-
author="Your Name",
25-
author_email="your.email@example.com",
25+
author="Param Kapur",
26+
author_email="kpr.param@gmail.com",
2627
description="Synthetic data generation for sentiment analysis",
2728
keywords="nlp, sentiment-analysis, synthetic-data",
28-
url="https://github.com/yourusername/sentisynth",
29-
)
29+
url="https://github.com/paramkpr/sentisynth",
30+
)

0 commit comments

Comments
 (0)