File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Issues can be filed on github:
8080
8181A link to the pypi page related to this repository:
8282
83- * https://pypi.org/project/smmap2 /
83+ * https://pypi.org/project/smmap /
8484
8585
8686## License Information
Original file line number Diff line number Diff line change 1616 long_description = "See https://github.com/gitpython-developers/smmap"
1717
1818setup (
19- name = "smmap2 " ,
19+ name = "smmap " ,
2020 version = smmap .__version__ ,
2121 description = "A pure Python implementation of a sliding window memory map manager" ,
2222 author = smmap .__author__ ,
Original file line number Diff line number Diff line change 33__author__ = "Sebastian Thiel"
4455__homepage__ = "https://github.com/gitpython-developers/smmap"
6- version_info = (2 , 0 , 5 )
6+ version_info = (3 , 0 , 0 )
77__version__ = '.' .join (str (i ) for i in version_info )
88
99# make everything available in root package for convenience
You can’t perform that action at this time.
0 commit comments