package installs correctly now
This commit is contained in:
parent
be42cba8de
commit
b5fb8fc36f
8
setup.py
8
setup.py
@ -27,10 +27,6 @@ setup(name='dmr_utils',
|
|||||||
install_requires=['bitarray'],
|
install_requires=['bitarray'],
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
url='https://github.com/n0mjs710/dmr_utils',
|
url='https://github.com/n0mjs710/dmr_utils',
|
||||||
packages=find_packages(),
|
packages=['dmr_utils'],
|
||||||
entry_points={
|
#packages=find_packages()
|
||||||
'console_scripts': [
|
|
||||||
'sample=sample:main',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user