We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 2422b98Copy full SHA for 2422b98
setup.py
@@ -0,0 +1,12 @@
1
+from setuptools import setup
2
+
3
+setup(
4
+ name="smmap2",
5
+ version="3.0.1",
6
+ author="Sebastian Thiel",
7
+ author_email="byronimo@gmail.com",
8
+ description="A mirror package for smmap",
9
+ long_description="This is a mirror package for `smmap <https://pypi.org/project/smmap/>`_. Consider installing it directly instead.",
10
+ url="https://github.com/gitpython-developers/smmap",
11
+ install_requires=["smmap>=3.0.1"],
12
+)
0 commit comments