Skip to content

Commit

Permalink
dumped core, updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgnsrekt committed Sep 19, 2018
1 parent ac795fb commit 092e154
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions discorgeous/core.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
packages=find_packages(),
# If your package is a single module, use this instead of 'packages':
# py_modules=['mypackage'],
entry_points={"console_scripts": ["discorgeous = discorgeous.core:main"]},
entry_points={"console_scripts": ["discorgeous = discorgeous.__main__:main"]},
install_requires=REQUIRES,
extras_require={"dev": EXTRAS_REQUIRES},
include_package_data=True,
Expand Down

0 comments on commit 092e154

Please sign in to comment.