Sublist3r
Sublist3r copied to clipboard
Feature/pypi
I've updated the license name as the existing one was being automatically rejected by pypi, the license referenced of course remains unchanged.
Could you squash those two commits into one?
(actually ignore this, as it would add changes which are not in the pypi release 1.0) Also the following change to setup.py is more clear, and easier to install from the sdist.
-packages=find_packages()+['.'],
+packages=find_packages(),
+py_modules=['sublist3r'],
or even
-packages=find_packages()+['.'],
+packages=['subbrute'],
+py_modules=['sublist3r'],
I've implemented your recommendations, I'm fairly new to both contributing to external packages on github and creating pypi packages so please let me know if I'm doing anything wrong. Thanks!
ping @aboul3la